Add: Sorting by TODO keyword

This commit is contained in:
Adam Porter 2018-05-23 07:03:28 -05:00
parent 70573b98c5
commit edc9958aa1
2 changed files with 31 additions and 9 deletions

View file

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