Add: Sorting for org-ql
This commit is contained in:
parent
1ccbe008ac
commit
d826425fd7
3 changed files with 114 additions and 11 deletions
12
notes.org
12
notes.org
|
|
@ -176,6 +176,18 @@ Doesn't seem to make any difference.
|
|||
(done)))
|
||||
#+END_SRC
|
||||
|
||||
** Sorting
|
||||
|
||||
#+BEGIN_SRC elisp
|
||||
(org-ql "~/src/emacs/org-super-agenda/test/test.org"
|
||||
(regexp "over")
|
||||
:sort (priority deadline scheduled))
|
||||
|
||||
(org-ql "~/src/emacs/org-super-agenda/test/test.org"
|
||||
(regexp "over")
|
||||
:sort (date))
|
||||
#+END_SRC
|
||||
|
||||
** Regexp matching
|
||||
|
||||
#+BEGIN_SRC elisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue