diff options
author | Case Duckworth | 2021-01-28 17:22:19 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-28 17:22:19 -0600 |
commit | e521b7927870900a88a3a0351f1d976fc45698ca (patch) | |
tree | f5f701d5867fe6dfe46c0b472ddcbe4f422757e1 | |
parent | Automatically select the help window (diff) | |
download | emacs-e521b7927870900a88a3a0351f1d976fc45698ca.tar.gz emacs-e521b7927870900a88a3a0351f1d976fc45698ca.zip |
Add capture template: "Meeting"
-rw-r--r-- | config.org | 4 |
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) |