From e885001a2ad14b8367ce66e011ecd6088782f677 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 1 Nov 2023 14:37:59 -0500 Subject: [PATCH] Comment: Add TODO --- org-ql-find.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-ql-find.el b/org-ql-find.el index 394b3a4..13c2016 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))))