removing view title
This commit is contained in:
parent
fc37e3f146
commit
6a263e34ff
1 changed files with 1 additions and 3 deletions
|
|
@ -300,9 +300,7 @@ update search arguments."
|
|||
(or (when (search-forward current-line nil t)
|
||||
(beginning-of-line))
|
||||
(goto-char old-pos))
|
||||
(message "org-ql: view refreshed%s"
|
||||
(when org-ql-view-title
|
||||
(concat ": " (substring-no-properties org-ql-view-title))))))
|
||||
(message "org-ql: view refreshed")))
|
||||
|
||||
(defun org-ql-view-save ()
|
||||
"Save current `org-ql-search' buffer to `org-ql-views'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue