dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ec06e88c39ef56fbc095b57db319e379e0bc3cbe
parent 2b3ca241f6270c7050df7d6c6b2b95a11c4a3885
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun,  3 Aug 2025 14:04:08 +0200

emacs: adjust calendar syncing

Diffstat:
Memacs/config.org | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -2905,8 +2905,8 @@ This way, I can just check my calendar. (org-caldav-files (cons (car (split-string org-archive-location "::")) org-agenda-files)) (org-caldav-sync-todo nil) (org-icalendar-include-todo nil) - (org-icalendar-use-deadline '(event-if-todo event-if-not-todo todo-due)) - (org-icalendar-use-scheduled '(todo-start event-if-todo event-if-not-todo)) + (org-icalendar-use-deadline '(event-if-todo-not-done)) + (org-icalendar-use-scheduled '(event-if-todo-not-done)) (org-caldav-exclude-tags '("HABIT") "I don't want to export habits, because those will just clutter up my calendar. The calendar is supposed to be for one-off stuff, or rarely repeating stuff. Yes, I have to manually add the HABIT tag to every habit. Perhaps nicer would be to exclude based on the property ~:STYLE: habit~, but I haven't figured that one out yet.") (org-caldav-todo-percent-states '((0 "TODO")