Add custom agenda view for projects

In our configuration, projects are headlines without TODO keywords, that are
neither periodic tasks nor dates (dates usually have todo keywords, namely GOTO
or ATTN, but sometimes dates are just for information, and then the keyword is
missing).  Additionally, projects are not tagged with NOP.

This listing helps to see the current projects one is working on.
This commit is contained in:
Daniel - 2020-07-04 17:13:27 +02:00
parent af7af1a59c
commit 7ae1636f87
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 0 deletions

View File

@ -1029,6 +1029,10 @@ With given ARG, display files in `db/important-document-path."
(org-agenda-todo-ignore-with-date t)
(org-tags-match-list-sublevels nil)))))
("P" "Current Projects"
tags "TODO=\"\"-TAGS={NOP}-PERIODIC-NOTE-DATE"
((org-agenda-overriding-header "Open Projects (no TODO keyword, no PERIODIC, no NOTE, no DATE)")))
("W" "Weekly Review"
((agenda ""
((org-agenda-span 7)