From 78b501971626d23f625b5a9e0a545ee81cfb0e87 Mon Sep 17 00:00:00 2001 From: rearman Date: Thu, 5 Mar 2026 16:44:04 -0500 Subject: [PATCH] replace epicor category with buy better, more general --- re/re-org.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/re/re-org.el b/re/re-org.el index 7609fc5..de27041 100644 --- a/re/re-org.el +++ b/re/re-org.el @@ -48,7 +48,7 @@ (setq org-tag-alist '((:startgroup . nil) ; contexts ("email" . ?m) ("call" . ?c) - ("epicor" . ?e) + ("buy" . ?b) ("software" . ?s) ("jobpc" . ?j) ("errand" . ?r) @@ -57,7 +57,7 @@ (:endgroup . nil) ("troubleshoot" . ?t) ("update" . ?u) - ("bugfix" . ?b) + ("bugfix" . ?g) (:startgroup . nil) ; people to contact ("mikec" . nil) ("mechanical" . nil) @@ -89,8 +89,8 @@ ((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" -- 2.39.5