diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 1dd352d..5bfe59d 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -268,8 +268,10 @@ (add-to-list 'org-capture-templates '("S" "Lecture" entry (file+headline "~/org/studies.org" "Schedule") - "* %^{Subject} %^{Type|Lecture|Section}\n%^{Time}T" + "* %^{Subject} %^{Type|Lecture|Section}\n:PROPERTIES:\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:LOCATION: %^{Location}\n:END:\n%^{Time}T" :empty-lines 1)) + ;; add this for reminder stuff + ;; :PROPERTIES:\n\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:END:\n (add-to-list 'org-capture-templates '("h" "Home" entry (file+headline "~/org/home.org" "Inbox")