summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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