From 5591987acbe6387430b5c369812625e26e7eed23 Mon Sep 17 00:00:00 2001 From: rush Date: Thu, 25 Jun 2026 12:55:31 -0400 Subject: [PATCH] Remove extraneous meeting keywords Not needed, in their own file with filetags --- config.org | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/config.org b/config.org index 0f2fbec..27a52c2 100644 --- a/config.org +++ b/config.org @@ -249,10 +249,8 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett ("errand" . ?e) ("vps" . ?v) (:endgroup)) - org-todo-keywords '((sequence "TODO(t)" "WAITING(w@)" "|" "DONE(d)" "BELAYED(b@)" "GIVEN(g@)") - (sequence "MEETING(m)" "|" "MET(M)")) - org-todo-keyword-faces '(("WAITING" :foreground "#e85400" :weight bold) ; alert orange - ("MEETING" :foreground "#315e9a" :weight bold)) ; precaution blue + org-todo-keywords '((sequence "TODO(t)" "WAITING(w@)" "|" "DONE(d)" "BELAYED(b@)" "GIVEN(g@)")) + org-todo-keyword-faces '(("WAITING" :foreground "#e85400" :weight bold)) ; alert orange org-agenda-start-on-weekday nil org-agenda-span 'day org-agenda-window-setup 'current-window @@ -312,14 +310,14 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett :prepend t) ("u" "Undertaking" entry (file "undertakings.org") - "* %^{Description}\n%U\n%?" + "* %^{Description} [/]\n%U\n%?" :prepend t) ("m" "Meeting" entry (file "meetings.org") - "* MEETING %^{Description}\n%^{Scheduled:}T\n%?" + "* %^{Description}\n%^{Scheduled:}T\n%?" :prepend t) ("p" "Phone Call" entry - (file "meetings.org") + (file "inbox.org") "* %^{Description} :call:\n%U\n%?" :prepend t) ("t" "Note" entry -- 2.39.5