]> git.earman.xyz Git - emacsinit.git/commitdiff
Update tags and capture templates
authorrearman <rearman@r717.net>
Wed, 27 May 2026 14:27:01 +0000 (10:27 -0400)
committerrearman <rearman@r717.net>
Wed, 27 May 2026 14:27:01 +0000 (10:27 -0400)
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.

config.org

index 1bcee9831c66ad50e2a528e533a61018b30291d8..bffdcbc39fcc6a427dcf4cffc2a598f023e22df8 100644 (file)
@@ -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)