Comment: Add TODO
This commit is contained in:
parent
bd2dd12a41
commit
e885001a2a
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ which see (but only the files are used)."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-ql-find-path ()
|
(defun org-ql-find-path ()
|
||||||
"Call `org-ql-find' to search outline paths in the current buffer."
|
"Call `org-ql-find' to search outline paths in the current buffer."
|
||||||
|
;; TODO: Use same interactive form as `org-ql-find'.
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((org-ql-default-predicate 'outline-path))
|
(let ((org-ql-default-predicate 'outline-path))
|
||||||
(org-ql-find (current-buffer))))
|
(org-ql-find (current-buffer))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue