From b2ba1b73df5044b461055e078e17378eccf1b25f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Mar 2016 10:31:32 +0100 Subject: Emacs: Fix typo in org-calendar configuration --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index af93a0b..701a9cb 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1655,7 +1655,7 @@ write to the Android calendar, and then for DAVDroid to sync with the server. 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 -- cgit 1.4.1