From: rearman Date: Wed, 27 May 2026 14:27:01 +0000 (-0400) Subject: Update tags and capture templates X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=5bea60f705a31d62876dbf7f7d205bd237eac9d4;p=emacsinit.git Update tags and capture templates Meetings now live under a heading with inherited meeting tag, no need for its own tag hotkey, but it does need to be captured in the right place. --- diff --git a/config.org b/config.org index 1bcee98..bffdcbc 100644 --- a/config.org +++ b/config.org @@ -291,7 +291,6 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett ("errand" . ?r) ("jobpc" . ?j) ("license" . ?l) - ("meeting" . ?m) ("open" . ?o)) org-tags-exclude-from-inheritance '("open") org-todo-keywords '((sequence "TODO(t)" "WAITING(w@)" "|" "DONE(d)" "BELAYED(b@)" "GIVEN(g@)") @@ -369,8 +368,8 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett :clock-in t :clock-resume t) ("m" "Meeting" entry - (file "gtd.org") - "* MEETING %^{Description} :meeting:\n%^{Scheduled:}T\n%?" + (file+olp "gtd.org" "Meetings") + "* MEETING %^{Description}\n%^{Scheduled:}T\n%?" :prepend t :clock-in t :clock-resume t)