Emacs: Fix typo in org-calendar configuration
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -1655,7 +1655,7 @@ org-caldav-inbox (concat org-directory "/agenda/caldav.org") org-caldav-files `(,(concat org-directory "/agenda/organiser.org")) org-icalendar-timezone "Europe/Berlin" org-icalendar-use-scheduled '(event-if-todo event-if-not-todo todo-start) - org-icalendar-use-deadline '(event-if-todo event-if-not-todo todo-start) + org-icalendar-use-deadline '(event-if-todo event-if-not-todo todo-due) org-icalendar-alarm-time 60))) #+END_SRC