Skip to content

Commit

Permalink
Comment: Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Nov 1, 2023
1 parent bd2dd12 commit e885001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-ql-find.el
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ which see (but only the files are used)."
;;;###autoload
(defun org-ql-find-path ()
"Call `org-ql-find' to search outline paths in the current buffer."
;; TODO: Use same interactive form as `org-ql-find'.
(interactive)
(let ((org-ql-default-predicate 'outline-path))
(org-ql-find (current-buffer))))
Expand Down

0 comments on commit e885001

Please sign in to comment.