diff --git a/org-ql-find.el b/org-ql-find.el index 394b3a48..13c20166 100644 --- a/org-ql-find.el +++ b/org-ql-find.el @@ -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))))