From ef7bd6e7b422340db22fdd37e54a03dc71ce5dce Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 15 Aug 2022 18:43:17 +0200 Subject: [PATCH] Remove old PHONE and MEETING keywords Not used anymore. --- init.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index 67fb913..d97a6da 100644 --- a/init.el +++ b/init.el @@ -824,7 +824,7 @@ (sequence "GOTO(g)" "ATTN(a)" "|" "DONE(d@)") (sequence "READ(r)" "CONT(n!)" "|" "DONE(d@)") (sequence "DELG(e@/!)" "WAIT(w@/!)" "HOLD(h@/!)" - "|" "CANC(c@/!)" "PHONE" "MEETING")) + "|" "CANC(c@/!)")) org-todo-state-tags-triggers '(("WAIT" ("HOLD") ("WAIT" . t)) @@ -873,10 +873,7 @@ ("REFINE" :foreground "tomato" :weight normal) ("WAIT" :foreground "orange" :weight normal) ("HOLD" :foreground "magenta" :weight normal) - ("CANC" :foreground "lime green" :weight normal) - ("MEETING" :foreground "forest green" :weight normal) - ("PHONE" :foreground "forest green" :weight normal) - ("REPEAT" :foreground "indian red" :weight normal)) + ("CANC" :foreground "lime green" :weight normal)) org-priority-faces '((?A . (:foreground "Red" :weight bold))