Fix: org-ql-query -> org-ql-select
This commit is contained in:
parent
f309f42527
commit
f8e0f01672
1 changed files with 1 additions and 1 deletions
|
|
@ -1019,7 +1019,7 @@ will be kept, to allow stacking of calls to this command."
|
||||||
(unless keep-previous
|
(unless keep-previous
|
||||||
(org-remove-occur-highlights nil nil t))
|
(org-remove-occur-highlights nil nil t))
|
||||||
;; (push (cons regexp callback) org-occur-parameters)
|
;; (push (cons regexp callback) org-occur-parameters)
|
||||||
(let ((result (org-ql-query (current-buffer) query
|
(let ((result (org-ql-select (current-buffer) query
|
||||||
:action
|
:action
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(when org-highlight-sparse-tree-matches
|
(when org-highlight-sparse-tree-matches
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue