Home and Work events with reminders
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user