Extend agenda view for current projects

This view will now show stuck projects as well as periodic projects in addition
to the usual singleton projects.
This commit is contained in:
Daniel - 2021-04-25 20:37:17 +02:00
parent 323a59b622
commit c0351f39b9
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 7 additions and 3 deletions

10
init.el
View File

@ -1095,15 +1095,19 @@
(org-tags-match-list-sublevels nil)))))
("P" "Current Projects"
tags "TODO=\"\"-TAGS={NOP\\|TOPIC}-PERIODIC-NOTE-DATE"
((org-agenda-overriding-header "Open Projects (no TODO keyword, no PERIODIC, no NOTE, no DATE)")))
((stuck ""
((org-agenda-overriding-header "Stuck Projects")))
(tags "TODO=\"\"-TAGS={NOP\\|TOPIC}-PERIODIC-NOTE-DATE"
((org-agenda-overriding-header "Open Projects (no TODO keyword, no PERIODIC, no NOTE, no DATE)")))
(tags "TAGS={PERIODIC}"
((org-agenda-overriding-header "Periodic Projects (PERIODIC)")))))
("W" "Weekly Review"
((agenda ""
((org-agenda-span 7)
(org-agenda-archives-mode t)
(org-agenda-dim-blocked-tasks nil)
(org-agenda-skip-deadline-prewarning-if-scheduled t)))))))
(org-agenda-skip-deadline-prewarning-if-scheduled t))))))
:config (progn
;; avoid important buffers to end up in `org-agenda-new-buffers by