Exclude NOTE entries tagged with NOP from project note overview

NOP means „not a project“, so excluding them is plausible per se.  NOP entries
will also be reviewed less frequently (usually once per month) so a combination
of NOTE and NOP would allow to have „abstract“ project notes whose main purpose
is to collect backlinks and thus group proper note entries (example: topics
relevant for release planning).
This commit is contained in:
Daniel - 2022-06-08 17:01:10 +02:00
parent 2894c48e79
commit e1e7da0c81
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 2 deletions

View File

@ -1136,8 +1136,8 @@
(org-agenda-todo-ignore-scheduled 'future)))
(tags "TODO=\"\"-TAGS={NOP\\|TOPIC}-PERIODIC-NOTE-DATE-SOMEWHEN-HOLD-TEMPLATE-SCHEDULED>=\"<+1d>\""
((org-agenda-overriding-header "Open Tasks")))
(tags "TAGS={NOTE}-TODO={CANC\\|DONE}-HOLD"
((org-agenda-overriding-header "Project Notes (items explicitly tagged with NOTE)")))
(tags "TAGS={NOTE}-TODO={CANC\\|DONE}-HOLD-NOP"
((org-agenda-overriding-header "Project Notes (items explicitly tagged with NOTE but not NOP)")))
(tags "TODO=\"\"+TAGS={TOPIC}-SCHEDULED>=\"<+1d>\""
((org-agenda-overriding-header "Topics")))
(tags "TAGS={PERIODIC}-TODO={DONE\\|CANC}-HOLD-SCHEDULED>=\"<+1d>\""