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)