From 7ae1636f87d0e1235bff24a08a5e85e7b030b353 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 4 Jul 2020 17:13:27 +0200 Subject: [PATCH] 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. --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 9237b3e..8b78a8a 100644 --- a/init.el +++ b/init.el @@ -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)