Fix: (org-ql-completing-read) Variable name
This commit is contained in:
parent
f9b60d8ef8
commit
3c24958738
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ single predicate)."
|
||||||
;; Using `while-no-input' here doesn't make it as responsive as,
|
;; Using `while-no-input' here doesn't make it as responsive as,
|
||||||
;; e.g. Helm while typing, but it seems to help a little when using the
|
;; e.g. Helm while typing, but it seems to help a little when using the
|
||||||
;; org-rifle-style snippets.
|
;; org-rifle-style snippets.
|
||||||
(or (snippet (get-text-property 0 'org-marker completion)) "")))
|
(or (snippet (get-text-property 0 'org-marker candidate)) "")))
|
||||||
(snippet
|
(snippet
|
||||||
(marker) (when-let
|
(marker) (when-let
|
||||||
((snippet
|
((snippet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue