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: ")
|
||||
:narrow (eq current-prefix-arg '(4))
|
||||
:groups (pcase (completing-read "Group by: "
|
||||
(cons "Don't group"
|
||||
"Global groups"
|
||||
(cl-loop for type in org-super-agenda-auto-selector-keywords
|
||||
collect (substring (symbol-name type) 6))))
|
||||
(append (list "Don't group"
|
||||
"Global groups")
|
||||
(cl-loop for type in org-super-agenda-auto-selector-keywords
|
||||
collect (substring (symbol-name type) 6))))
|
||||
("Global groups" org-super-agenda-groups)
|
||||
("Don't group" nil)
|
||||
(property (list (list (intern (concat ":auto-" property))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue