From 2f6fe77fc77bda7e1bcbad8e0bc5b0479ae48992 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Wed, 5 Feb 2025 23:12:21 +0100 Subject: cal-sync deadlines and schedules --- config/doom/config.org | 5 +++++ 1 file changed, 5 insertions(+) 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/" -- cgit v1.2.3