diff options
author | fpi | 2020-07-20 10:57:57 +0200 |
---|---|---|
committer | fpi | 2020-07-20 11:04:54 +0200 |
commit | 37ea381b194325aeab99dc0fe5b3e41e6c15e960 (patch) | |
tree | 99db3ba00b9ac2db1e85554fce51d97e7cc13de1 | |
parent | Collect safe-local-variable-values definitions (diff) |
Enable twoway org <-> caldav sync
-rw-r--r-- | emacs-init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-init.org b/emacs-init.org index 59e3812..2ef5161 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3076,9 +3076,9 @@ Also display remote images by downloading them. (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-sync-direction 'twoway) (org-caldav-delete-calendar-entries 'never) - (org-caldav-exclude-tags '(nocal)) + (org-caldav-exclude-tags nil) ) #+end_src *** Babel |