Move sections of org tag alist
This changes how these sections are displayed when selecting tags, as well as giving earlier tags priority in fast key assignment.
This commit is contained in:
parent
f88a2f7e37
commit
49d2ecb7ea
1 changed files with 3 additions and 4 deletions
|
|
@ -2812,17 +2812,16 @@ Org mode offers a useful tag hierarchy system, configured via ~org-tag-alist~. W
|
|||
|
||||
(setq org-tag-persistent-alist
|
||||
`(("area" . ?A) ("goal" . ?G) ("project" . ?P) ("meta" . ?M)
|
||||
(:newline)
|
||||
|
||||
;; Topics
|
||||
(:startgrouptag) ("college")
|
||||
(:grouptags) ("assign") ("notes") (:endgrouptag)
|
||||
|
||||
("economics") ("polsci") ("math") ("history")
|
||||
(:startgrouptag) ("math")
|
||||
(:grouptags) ("calculus") ("algebra") (:endgrouptag)
|
||||
|
||||
;; Classes
|
||||
(:startgrouptag) ("college")
|
||||
(:grouptags) ("assign") ("notes") (:endgrouptag)
|
||||
|
||||
(:startgroup) ("college")
|
||||
(:grouptags) ("TR") ("MWF") ("Online") (:endgroup)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue