all repos — archive/dotfiles @ b2ba1b73df5044b461055e078e17378eccf1b25f

Superseded by nixfiles

Emacs: Fix typo in org-calendar configuration
Alan Pearce alan.pearce@spotcap.com
Fri, 04 Mar 2016 10:31:32 +0100
commit

b2ba1b73df5044b461055e078e17378eccf1b25f

parent

ef8d1f6a691227522eb2b69a19b6fba02c955b02

1 files changed, 1 insertions(+), 1 deletions(-)

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