From: rush Date: Thu, 25 Jun 2026 16:55:31 +0000 (-0400) Subject: Remove extraneous meeting keywords X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=5591987acbe6387430b5c369812625e26e7eed23;p=emacsinit.git Remove extraneous meeting keywords Not needed, in their own file with filetags --- 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