diff --git a/configuration.org b/configuration.org index d6e7d2f..1638467 100644 --- a/configuration.org +++ b/configuration.org @@ -2822,19 +2822,6 @@ This is a big one; I use a lot of customisation here. ("r" . org-random-todo))) #+END_SRC -** Load CalDAV entries from NextCloud - -#+BEGIN_SRC emacs-lisp -(use-package org-caldav - :after org - :config - (setq - org-caldav-url "https://cloud.polonkai.eu/remote.php/dav/calendars/gergely" - org-caldav-calendar-id "org" - org-caldav-inbox (expand-file-name "cloud-calendar.org" org-directory) - org-caldav-files nil)) -#+END_SRC - ** Improved list management #+BEGIN_SRC emacs-lisp