summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-04-28 11:47:11 +0200
committerAlan Pearce2017-04-28 11:47:11 +0200
commitb421447256c3acaa911b2a4ef9b3cd810f42a68f (patch)
treec93f5627b7e323a53ecd9252d812cb3714e99ae3 /emacs
parentd5bcbda581756736950ffcc37c400ce00b18fe42 (diff)
downloaddotfiles-b421447256c3acaa911b2a4ef9b3cd810f42a68f.tar.lz
dotfiles-b421447256c3acaa911b2a4ef9b3cd810f42a68f.tar.zst
dotfiles-b421447256c3acaa911b2a4ef9b3cd810f42a68f.zip
Emacs: Remove org-caldav
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org20
1 files changed, 0 insertions, 20 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 9f3f309..419f38a 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1656,26 +1656,6 @@ I can use this to keep a journal.  I should use it.
               (org-journal-read-or-display-entry (yesterday-time)))))
 #+END_SRC
 
-**** org-caldav
-
-I’ve setup CalDAV on my server, it would be nice to use it directly
-from org-mode.  Previously I had to wait for org-mobile to sync and
-write to the Android calendar, and then for DAVDroid to sync with the server.
-
-#+BEGIN_SRC emacs-lisp
-(use-package org-caldav
-  :defer 30
-  :config (progn
-            (setq org-caldav-url "https://calendar.alanpearce.uk/alan"
-                  org-caldav-calendar-id "caldav"
-                  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-due)
-                  org-icalendar-alarm-time 60)))
-#+END_SRC
-
 **** org-page
 
 I would like to convert my website from using hugo to something else