From 9f98b87a8efb4831c2093ff613cb02f37528191a Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 9 Nov 2020 00:20:33 -0600 Subject: [PATCH] Comment: Add FIXME --- org-ql-search.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-ql-search.el b/org-ql-search.el index f84dfed..1609d9e 100644 --- a/org-ql-search.el +++ b/org-ql-search.el @@ -92,6 +92,7 @@ Runs `org-occur-hook' after making the sparse tree." (org-remove-occur-highlights nil nil t) (org-overview)) (let ((num-results 0)) + ;; FIXME: Accept plain queries as well. (org-ql-select buffer query :action (lambda () (org-show-context 'occur-tree)