summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-28 17:22:19 -0600
committerCase Duckworth2021-01-28 17:22:19 -0600
commite521b7927870900a88a3a0351f1d976fc45698ca (patch)
treef5f701d5867fe6dfe46c0b472ddcbe4f422757e1 /config.org
parentAutomatically select the help window (diff)
downloademacs-e521b7927870900a88a3a0351f1d976fc45698ca.tar.gz
emacs-e521b7927870900a88a3a0351f1d976fc45698ca.zip
Add capture template: "Meeting"
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.org b/config.org index 66a6e67..0f78e2a 100644 --- a/config.org +++ b/config.org
@@ -2309,6 +2309,10 @@ TODO, and Diary.
2309 (file ,acdw/org-inbox-file) 2309 (file ,acdw/org-inbox-file)
2310 "* TODO %^{Task}\nSCHEDULED: %t\n" 2310 "* TODO %^{Task}\nSCHEDULED: %t\n"
2311 :immediate-finish t) 2311 :immediate-finish t)
2312 ;; Meetings
2313 ("m" "Meeting" entry
2314 (file ,acdw/org-inbox-file)
2315 "* MEETING %^{Meeting}\n%^T\n\n%?")
2312 ;; Diary -- for the special Diary file 2316 ;; Diary -- for the special Diary file
2313 ("j" "Diary entry" entry 2317 ("j" "Diary entry" entry
2314 (file+olp+datetree ,acdw/org-diary-file) 2318 (file+olp+datetree ,acdw/org-diary-file)