From 1e16d183c51ec23ae369ba1b2c3e1276203f2b7f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 6 Sep 2020 10:55:03 +0200 Subject: [PATCH] Add new TOPIC tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 1327fd2..1fbeeac 100644 --- a/init.el +++ b/init.el @@ -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"