diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 4db7459..8ced80f 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -267,10 +267,7 @@ this new window. 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 org-icalendar-include-todo 'unblocked) (setq cal-sync-connection (cal-sync-calendar-create "https://cloud.oscarnajera.com/remote.php/dav/calendars/oscar/personal-1/" |