Fix: (org-ql-search) Space ending prompt string
This commit is contained in:
parent
3e9f3276c0
commit
2a40b18007
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ searching. Interactively, with prefix, leave narrowed.
|
||||||
SORT: One or a list of `org-ql' sorting functions, like `date' or
|
SORT: One or a list of `org-ql' sorting functions, like `date' or
|
||||||
`priority'."
|
`priority'."
|
||||||
(declare (indent defun))
|
(declare (indent defun))
|
||||||
(interactive (list (pcase-exhaustive (completing-read "Buffers/Files:"
|
(interactive (list (pcase-exhaustive (completing-read "Buffers/Files: "
|
||||||
(list 'buffer 'agenda 'all))
|
(list 'buffer 'agenda 'all))
|
||||||
("agenda" (org-agenda-files))
|
("agenda" (org-agenda-files))
|
||||||
("all" (--select (equal (buffer-local-value 'major-mode it) 'org-mode)
|
("all" (--select (equal (buffer-local-value 'major-mode it) 'org-mode)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue