summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)