Fix missing empty line and alignment
This commit is contained in:
parent
95dd23ee92
commit
dc4bf65320
1 changed files with 2 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ which see (but only the files are used)."
|
||||||
((and (pred listp) files) files)))
|
((and (pred listp) files) files)))
|
||||||
(symbol (pcase (eval files-spec)
|
(symbol (pcase (eval files-spec)
|
||||||
((and (pred stringp) file) (list file))
|
((and (pred stringp) file) (list file))
|
||||||
((and (pred listp) files) files)))
|
((and (pred listp) files) files)))
|
||||||
(list files-spec)))))))
|
(list files-spec)))))))
|
||||||
(list (org-ql-completing-read buffers-files :prompt "Refile to: "))))
|
(list (org-ql-completing-read buffers-files :prompt "Refile to: "))))
|
||||||
(let ((buffer (or (buffer-base-buffer (marker-buffer marker))
|
(let ((buffer (or (buffer-base-buffer (marker-buffer marker))
|
||||||
|
|
@ -139,6 +139,7 @@ which see (but only the files are used)."
|
||||||
nil
|
nil
|
||||||
;; Position
|
;; Position
|
||||||
marker))))
|
marker))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-ql-find-in-agenda ()
|
(defun org-ql-find-in-agenda ()
|
||||||
"Call `org-ql-find' on `org-agenda-files'."
|
"Call `org-ql-find' on `org-agenda-files'."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue