Remove the org-caldav package
This commit is contained in:
parent
c7a948c9da
commit
67acc6c258
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user