Next: Tag Hierarchy, Up: Tags [Index]
org-tag-alistglobally defined preferred set of tags
(setq org-tag-alist '(("@work" . ?w) ("@home" . ?h) ("laptop" . ?l)))
mutually exclusive groups:
(setq org-tag-alist ''((:startgroup . nil) ("@work" . ?w) ("@home" . ?h) (:endgroup . nil) ("laptop" . ?l)))
set file locally (must ‘C-c C-c’ toactivate):
#+TAGS: @work(w) @home(h) @tennisclub(t) labtop(l) pc(p)
mutually exclusive groups:
#+TAGS: { @work(w) @home(h) @tennisclub(t) } laptop(l) pc(p)
‘C-c C-c’ works to display a splash window; see (org)manual for fine tuning splash window.
A special interface lists:
Special keys:
org-tag-persistent-alistglobally defined in addition to ‘#+TAGS’
org-tag-facesvariable in which to specify special faces for specific tags
org-use-tag-inheritanceorg-tags-exclude-from-inheritanceorg-tags-match-list-sublevelsorg-agenda-use-tag-inheritanceorg-tags-columnorg-fast-tag-selection-single-keyorg-complete-tags-always-offer-all-agenda-tags