Home and Work events with reminders

This commit is contained in:
LinlyBoi
2024-10-21 15:41:48 +03:00
parent ad84ca30c5
commit 9c3806f055

View File

@@ -280,12 +280,23 @@
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
'("W" "Event" entry '("W" "Event" entry
(file+headline "~/org/work.org" "Schedule") (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)) :empty-lines 1))
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
'("H" "Home Event" entry '("H" "Home Event" entry
(file+headline "~/org/home.org" "Schedule") (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)) :empty-lines 1))
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
'("h" "Home" entry '("h" "Home" entry