forgot reminders

This commit is contained in:
2024-10-30 11:07:38 +03:00

View File

@@ -280,12 +280,23 @@
(add-to-list 'org-capture-templates
'("W" "Event" entry
(file+headline "~/org/work.org" "Schedule")
"* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T"
"* %^{Title} %^{Type|Meeting|Class}
:PROPERTIES:
:WILD_NOTIFY_BEFORE: %^{Reminders}
:LOCATION: %^{Location}
:END:
%^{Time}T"
:empty-lines 1))
(add-to-list 'org-capture-templates
'("H" "Home Event" entry
(file+headline "~/org/home.org" "Schedule")
"* %^{Title} %^{Type|Meeting|Class}\n%^{Time}T"
"* %^{Title} %^{Type|Meeting|Class}
:PROPERTIES:
:WILD_NOTIFY_BEFORE: %^{Reminders}
:LOCATION: %^{Location}
:END:
%^{Time}T"
:empty-lines 1))
(add-to-list 'org-capture-templates
'("h" "Home" entry