Fix: (org-ql-select) Remove extra quote
Oops.
This commit is contained in:
parent
6a93e887cc
commit
d336554e9c
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ returns nil or non-nil."
|
|||
(`nil items)
|
||||
((or 'date 'deadline 'scheduled 'todo 'priority 'random
|
||||
(guard (cl-loop for elem in sort
|
||||
always (memq elem '(date deadline scheduled todo priority 'random)))))
|
||||
always (memq elem '(date deadline scheduled todo priority random)))))
|
||||
;; Default sorting functions
|
||||
(org-ql--sort-by items (-list sort)))
|
||||
;; Sort by user-given comparator.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue