summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-02-02 14:52:55 +0100
committerfpi2020-02-23 18:07:12 +0100
commitb35a4701940be44a8ce289e6276e7aff49ca4173 (patch)
tree4010732142e0db43a5a5cdf34246309a2203600b
parentSet face for #+RESULTS: lines (diff)
Add testing support for org-caldav
Diffstat (limited to '')
-rw-r--r--emacs-init.org14
-rw-r--r--emacs-private.el.gpgbin784 -> 860 bytes
2 files changed, 14 insertions, 0 deletions
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
diff --git a/emacs-private.el.gpg b/emacs-private.el.gpg
index a34ae19..867cd1f 100644
--- a/emacs-private.el.gpg
+++ b/emacs-private.el.gpg
Binary files differ