Fix: (org-ql-search) Interactive completion
This commit is contained in:
parent
6cd9341146
commit
da711ebb35
1 changed files with 4 additions and 4 deletions
|
|
@ -176,10 +176,10 @@ TITLE: An optional string displayed in the header."
|
||||||
(read-minibuffer "Query: ")
|
(read-minibuffer "Query: ")
|
||||||
:narrow (eq current-prefix-arg '(4))
|
:narrow (eq current-prefix-arg '(4))
|
||||||
:groups (pcase (completing-read "Group by: "
|
:groups (pcase (completing-read "Group by: "
|
||||||
(cons "Don't group"
|
(append (list "Don't group"
|
||||||
"Global groups"
|
"Global groups")
|
||||||
(cl-loop for type in org-super-agenda-auto-selector-keywords
|
(cl-loop for type in org-super-agenda-auto-selector-keywords
|
||||||
collect (substring (symbol-name type) 6))))
|
collect (substring (symbol-name type) 6))))
|
||||||
("Global groups" org-super-agenda-groups)
|
("Global groups" org-super-agenda-groups)
|
||||||
("Don't group" nil)
|
("Don't group" nil)
|
||||||
(property (list (list (intern (concat ":auto-" property))))))
|
(property (list (list (intern (concat ":auto-" property))))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue