diff options
author | Alan Pearce | 2016-03-04 10:31:32 +0100 |
---|---|---|
committer | Alan Pearce | 2016-03-04 10:31:32 +0100 |
commit | b2ba1b73df5044b461055e078e17378eccf1b25f (patch) | |
tree | fde58fa105125b76508af2e2d35d06bcbe299353 | |
parent | ef8d1f6a691227522eb2b69a19b6fba02c955b02 (diff) | |
download | dotfiles-b2ba1b73df5044b461055e078e17378eccf1b25f.tar.lz dotfiles-b2ba1b73df5044b461055e078e17378eccf1b25f.tar.zst dotfiles-b2ba1b73df5044b461055e078e17378eccf1b25f.zip |
Emacs: Fix typo in org-calendar configuration
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
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 |