Fix: (org-ql-search) Space ending prompt string

This commit is contained in:
Adam Porter 2019-07-17 09:22:08 -05:00
parent 3e9f3276c0
commit 2a40b18007

View file

@ -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)