Fix: (org-ql-completing-read) Bind org-outline-path-cache nil
This commit is contained in:
parent
ce66f67c96
commit
e08de2a76c
1 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,8 @@ single predicate)."
|
||||||
query-tokens snippet-regexp)
|
query-tokens snippet-regexp)
|
||||||
(cl-labels ((action
|
(cl-labels ((action
|
||||||
() (font-lock-ensure (point-at-bol) (point-at-eol))
|
() (font-lock-ensure (point-at-bol) (point-at-eol))
|
||||||
(let* ((path (thread-first (org-get-outline-path t t)
|
(let* ((org-outline-path-cache) ; See `org-get-outline-path' docstring.
|
||||||
|
(path (thread-first (org-get-outline-path t t)
|
||||||
(org-format-outline-path window-width nil "")
|
(org-format-outline-path window-width nil "")
|
||||||
(org-split-string "")))
|
(org-split-string "")))
|
||||||
(path (if org-ql-completing-read-reverse-paths
|
(path (if org-ql-completing-read-reverse-paths
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue