(setq org-tag-alist '((:startgroup . nil) ; contexts
("email" . ?m)
("call" . ?c)
- ("epicor" . ?e)
+ ("buy" . ?b)
("software" . ?s)
("jobpc" . ?j)
("errand" . ?r)
(:endgroup . nil)
("troubleshoot" . ?t)
("update" . ?u)
- ("bugfix" . ?b)
+ ("bugfix" . ?g)
(:startgroup . nil) ; people to contact
("mikec" . nil)
("mechanical" . nil)
((org-agenda-overriding-header "CALLS:")))
(tags-todo "errand-recurring/TODO"
((org-agenda-overriding-header "ERRANDS:")))
- (tags-todo "epicor-recurring/TODO"
- ((org-agenda-overriding-header "EPICOR:")))
+ (tags-todo "buy-recurring/TODO"
+ ((org-agenda-overriding-header "BUY:")))
(tags-todo "eintranet-recurring/TODO"
((org-agenda-overriding-header "EINTRANET:")))
(tags-todo "jobpc-recurring/TODO"