feat(emacs): org-ql

This commit is contained in:
Flinner Yuu 2022-04-13 09:43:17 +03:00
parent 924a7ea523
commit c987e1a561
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 10 additions and 1 deletions

View File

@ -1289,6 +1289,15 @@ From: https://yiufung.net/post/anki-org/
(:tag "TO_BLOG")) (:tag "TO_BLOG"))
:sort '(todo) :sort '(todo)
:title "Goals")) :title "Goals"))
(cons "Orphans"
(list :buffers-files #'org-agenda-files
:query '(and (not (todo))
(not (done))
(not (effort))
(not (tags "NOT_ORPHAN"))
(not (scheduled))
(not (deadline))
(parent))))
(cons "Quick Picks" (cons "Quick Picks"
(list :buffers-files #'org-agenda-files (list :buffers-files #'org-agenda-files
:query '(and (not (done)) :query '(and (not (done))