Add: Sorting by TODO keyword
This commit is contained in:
parent
70573b98c5
commit
edc9958aa1
2 changed files with 31 additions and 9 deletions
|
|
@ -186,6 +186,10 @@ Doesn't seem to make any difference.
|
|||
(org-ql "~/src/emacs/org-super-agenda/test/test.org"
|
||||
(regexp "over")
|
||||
:sort (date))
|
||||
|
||||
(org-ql "~/src/emacs/org-super-agenda/test/test.org"
|
||||
(todo)
|
||||
:sort (todo))
|
||||
#+END_SRC
|
||||
|
||||
** Regexp matching
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue