Include work todos in org agenda
This commit is contained in:
parent
3714176fec
commit
69b270cd50
1 changed files with 2 additions and 3 deletions
|
@ -1078,13 +1078,12 @@ Finally define the org-agenda display using [[https://github.com/alphapapa/org-s
|
||||||
(org-super-agenda-groups
|
(org-super-agenda-groups
|
||||||
'((:name "High Priority" :priority "A")
|
'((:name "High Priority" :priority "A")
|
||||||
(:name "Inbox" :file-path ".*/org/inbox\\.org$")
|
(:name "Inbox" :file-path ".*/org/inbox\\.org$")
|
||||||
|
(:name "[Work] Inbox" :file-path ".*/org/work\\.inbox\\.org$")
|
||||||
(:name "Emails" :file-path ".*/org/emails\\.org$")
|
(:name "Emails" :file-path ".*/org/emails\\.org$")
|
||||||
(:name "Next" :todo "NEXT")
|
(:name "Next" :todo "NEXT")
|
||||||
(:name "Started" :todo "STARTED")
|
(: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 "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 "Reading" :file-path ".*/org/reading\\.org$")
|
||||||
(:name "Projects" :file-path ".*/org/projects\\.org$")
|
(:name "Projects" :file-path ".*/org/projects\\.org$")
|
||||||
(:name "Habits" :habit t :order 100)
|
(:name "Habits" :habit t :order 100)
|
||||||
|
|
Loading…
Reference in a new issue