aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/doom/config.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/doom/config.org b/config/doom/config.org
index 062c729..2a3c123 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -242,6 +242,11 @@ this new window.
(call-process "org_agenda_sync"
nil (list :file (expand-file-name "~/org/caldav.org")) nil
"--format" "org"))
+
+ (setq org-icalendar-deadline-summary-prefix "DL:TODO ")
+ (setq org-icalendar-scheduled-summary-prefix "S:TODO ")
+ (setq org-icalendar-use-scheduled '(event-if-not-todo event-if-todo todo-start))
+ (setq org-icalendar-use-deadline '(event-if-not-todo event-if-todo todo-due))
(setq cal-sync-connection
(cal-sync-calendar-create
"https://cloud.oscarnajera.com/remote.php/dav/calendars/oscar/personal-1/"