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:
Kiana Sheibani 2024-03-08 18:45:05 -05:00
parent f88a2f7e37
commit 49d2ecb7ea
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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)