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)
|
(or (when (search-forward current-line nil t)
|
||||||
(beginning-of-line))
|
(beginning-of-line))
|
||||||
(goto-char old-pos))
|
(goto-char old-pos))
|
||||||
(message "org-ql: view refreshed%s"
|
(message "org-ql: view refreshed")))
|
||||||
(when org-ql-view-title
|
|
||||||
(concat ": " (substring-no-properties org-ql-view-title))))))
|
|
||||||
|
|
||||||
(defun org-ql-view-save ()
|
(defun org-ql-view-save ()
|
||||||
"Save current `org-ql-search' buffer to `org-ql-views'."
|
"Save current `org-ql-search' buffer to `org-ql-views'."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue