Add new TOPIC tag

This should allow to distinguish proper tasks (“projects” in the PARA parlance)
from areas of responsibility.  It currently mimics the semantics of the NOP tag,
but may be updated later on.
This commit is contained in:
Daniel - 2020-09-06 10:55:03 +02:00
parent b1010403e4
commit 1e16d183c5
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 3 deletions

View File

@ -810,7 +810,8 @@ With given ARG, display files in `db/important-document-path."
("NOTE" . ?n)
("PERIODIC" . ?p)
("REGULAR" . ?r)
("NOP" . ?o))
("NOP" . ?o)
("TOPIC" . ?t))
org-fast-tag-selection-single-key 'expert)
@ -1011,7 +1012,7 @@ With given ARG, display files in `db/important-document-path."
'(:link t :maxlevel 4 :compact t :narrow 60 :fileskip0 t)
org-stuck-projects
'("+TODO=\"\"-DATE-REGULAR-HOLD-NOTE-TAGS={NOP}"
'("+TODO=\"\"-DATE-REGULAR-HOLD-NOTE-TAGS={NOP\\|TOPIC}"
("CONT" "TODO" "READ" "WAIT" "GOTO" "DELG" "ATTN")
()
"")
@ -1065,7 +1066,7 @@ With given ARG, display files in `db/important-document-path."
(org-tags-match-list-sublevels nil)))))
("P" "Current Projects"
tags "TODO=\"\"-TAGS={NOP}-PERIODIC-NOTE-DATE"
tags "TODO=\"\"-TAGS={NOP\\|TOPIC}-PERIODIC-NOTE-DATE"
((org-agenda-overriding-header "Open Projects (no TODO keyword, no PERIODIC, no NOTE, no DATE)")))
("W" "Weekly Review"