all repos — nixfiles @ b2ba1b73df5044b461055e078e17378eccf1b25f

System and user configuration, managed by nix and home-manager

Emacs: Fix typo in org-calendar configuration

Alan Pearce
commit

b2ba1b73df5044b461055e078e17378eccf1b25f

parent

ef8d1f6a691227522eb2b69a19b6fba02c955b02

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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