Rework tag system
This commit is contained in:
parent
059e4a51ed
commit
e1b4a2fc8c
13
config.org
13
config.org
|
@ -2436,7 +2436,7 @@ be overwritten.
|
||||||
(defvar classes-tr '()
|
(defvar classes-tr '()
|
||||||
"Classes that belong under the :TR: tag.")
|
"Classes that belong under the :TR: tag.")
|
||||||
(defvar classes-online '()
|
(defvar classes-online '()
|
||||||
"Classes that belong under the :online: tag.")
|
"Classes that belong under the :Online: tag.")
|
||||||
|
|
||||||
(after! org
|
(after! org
|
||||||
(setq classes-mwf '(("HIST1111" . ?1))
|
(setq classes-mwf '(("HIST1111" . ?1))
|
||||||
|
@ -2446,15 +2446,18 @@ be overwritten.
|
||||||
(setq org-tag-persistent-alist
|
(setq org-tag-persistent-alist
|
||||||
`(("area" . ?A) ("goal" . ?G) ("project" . ?P) ("meta" . ?M)
|
`(("area" . ?A) ("goal" . ?G) ("project" . ?P) ("meta" . ?M)
|
||||||
(:newline)
|
(:newline)
|
||||||
|
|
||||||
;; Topics
|
;; Topics
|
||||||
("economics" . ?e) ("polsci" . ?p) ("math" . ?m) ("history" . ?h)
|
|
||||||
|
("economics") ("polsci") ("math") ("history")
|
||||||
(:startgrouptag) ("math")
|
(:startgrouptag) ("math")
|
||||||
(:grouptags) ("calculus" . ?c) ("algebra" . ?a) (:endgrouptag)
|
(:grouptags) ("calculus") ("algebra") (:endgrouptag)
|
||||||
|
|
||||||
;; Classes
|
;; Classes
|
||||||
|
(:startgrouptag) ("college")
|
||||||
|
(:grouptags) ("assign") ("notes") (:endgrouptag)
|
||||||
|
|
||||||
(:startgroup) ("college")
|
(:startgroup) ("college")
|
||||||
(:grouptags) ("TR") ("MWF") ("online") (:endgroup)
|
(:grouptags) ("TR") ("MWF") ("Online") (:endgroup)
|
||||||
|
|
||||||
(:startgroup) ("MWF")
|
(:startgroup) ("MWF")
|
||||||
(:grouptags) ,@classes-mwf (:endgroup)
|
(:grouptags) ,@classes-mwf (:endgroup)
|
||||||
|
|
Loading…
Reference in a new issue