diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-03-06 17:37:44 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-03-06 17:37:44 +0100 |
commit | 0b22ea2de1a938d53448e809d61c4d7f39b92131 (patch) | |
tree | acaf0896ea5f78afb4dc951100e7894eef0cc53c /config/doom | |
parent | c04149a7bdcfe8578c6527f86cc117ec03331a24 (diff) | |
download | dotfiles-0b22ea2de1a938d53448e809d61c4d7f39b92131.tar.gz dotfiles-0b22ea2de1a938d53448e809d61c4d7f39b92131.tar.bz2 dotfiles-0b22ea2de1a938d53448e809d61c4d7f39b92131.zip |
calendar with todos
Diffstat (limited to 'config/doom')
-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/" |