Include work todos in org agenda

This commit is contained in:
Marcel Kapfer 2021-11-03 22:04:59 +01:00
parent 3714176fec
commit 69b270cd50
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 3 deletions

View File

@ -1078,13 +1078,12 @@ Finally define the org-agenda display using [[https://github.com/alphapapa/org-s
(org-super-agenda-groups
'((:name "High Priority" :priority "A")
(:name "Inbox" :file-path ".*/org/inbox\\.org$")
(:name "[Work] Inbox" :file-path ".*/org/work\\.inbox\\.org$")
(:name "Emails" :file-path ".*/org/emails\\.org$")
(:name "Next" :todo "NEXT")
(:name "Started" :todo "STARTED")
(:name "Bachelor Thesis" :category "BA")
(:name "[Work] Projects" :file-path ".*/org/work\\.projects\\.org$")
(:name "Study" :and (:file-path ".*/org/study\\.org$" :not(:scheduled future)))
(:name "Öff-Ref" :tag "@oeffref")
(:name "FIN" :tag "@fin")
(:name "Reading" :file-path ".*/org/reading\\.org$")
(:name "Projects" :file-path ".*/org/projects\\.org$")
(:name "Habits" :habit t :order 100)