From f8e0f0167246714af3f5802c791492d40cb7630e Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Sat, 24 Aug 2019 19:39:18 +0900 Subject: [PATCH] Fix: org-ql-query -> org-ql-select --- org-ql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-ql.el b/org-ql.el index 80f83d6..bf37ba6 100644 --- a/org-ql.el +++ b/org-ql.el @@ -1019,7 +1019,7 @@ will be kept, to allow stacking of calls to this command." (unless keep-previous (org-remove-occur-highlights nil nil t)) ;; (push (cons regexp callback) org-occur-parameters) - (let ((result (org-ql-query (current-buffer) query + (let ((result (org-ql-select (current-buffer) query :action (lambda () (when org-highlight-sparse-tree-matches