diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-02-05 23:12:21 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-02-05 23:12:21 +0100 |
commit | 2f6fe77fc77bda7e1bcbad8e0bc5b0479ae48992 (patch) | |
tree | cc569c248ed8827c002635c8abfccd7db587bf87 /config/doom/config.org | |
parent | ae66e13e69d420cf9b805921ac50eebb10c722b1 (diff) | |
download | dotfiles-2f6fe77fc77bda7e1bcbad8e0bc5b0479ae48992.tar.gz dotfiles-2f6fe77fc77bda7e1bcbad8e0bc5b0479ae48992.tar.bz2 dotfiles-2f6fe77fc77bda7e1bcbad8e0bc5b0479ae48992.zip |
cal-sync deadlines and schedules
Diffstat (limited to 'config/doom/config.org')
-rw-r--r-- | config/doom/config.org | 5 |
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/" |