Exclude NOP and TOPIC tags from inheritance

Those tags are meant to mark the current headline (and nothing below) as either
just a headline (via NOP, i.e., no projects) or as a topic (i.e., a general
obligation and not a concrete thing to achieve).

This tells `org-set-tags-command` to not clear the NOP tag if it's available
somewhere at a parent node – a thing `org-set-tags-command` apparently seems to
be doing in general to keep the tags hierarchy clean.
This commit is contained in:
Daniel - 2021-08-17 10:54:10 +02:00
parent e12252b7ff
commit a3fd8f77b2
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 0 deletions

View File

@ -821,6 +821,9 @@
("NOP" . ?o)
("TOPIC" . ?t))
org-tags-exclude-from-inheritance
'("NOP" "TOPIC")
org-fast-tag-selection-single-key 'expert)
;; Faces