From b35a4701940be44a8ce289e6276e7aff49ca4173 Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 2 Feb 2020 14:52:55 +0100 Subject: Add testing support for org-caldav --- emacs-init.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index f27a10f..8e74035 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1687,6 +1687,20 @@ Use imagemagick and standalone class for latex preview. [DEFAULT-PACKAGES] \\pagestyle{empty} % do not remove") #+end_src +*** org-caldav +#+begin_src emacs-lisp +(use-package org-caldav + :ensure t + :custom + (org-caldav-url private/calendar-url) + (org-caldav-calendar-id private/calendar-id) + (org-caldav-inbox "~/sync/w.org") + (org-caldav-files nil) + (org-caldav-sync-direction 'cal->org) + (org-caldav-delete-calendar-entries 'never) + (org-caldav-exclude-tags '(nocal)) +) +#+end_src *** ox-reveal #+BEGIN_SRC emacs-lisp (use-package ox-reveal -- cgit v1.2.3