Fix: (org-ql-completing-read) Variable name

This commit is contained in:
Adam Porter 2023-09-06 18:55:39 -05:00
parent f9b60d8ef8
commit 3c24958738

View file

@ -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