From 9c3806f055cdbe7a53b1825893da10b269386573 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Mon, 21 Oct 2024 15:41:48 +0300 Subject: [PATCH] Home and Work events with reminders --- private_dot_config/doom/config.el | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 7373a03..d367b6e 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -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