summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-07-29 11:35:28 +0200
committerfpi2020-07-29 11:37:29 +0200
commit03bbd2ce46baf5ab4a900c12b6f5453e1662e427 (patch)
tree2ebe619214c63a9c3aadb3c4cbfccf42f589da85 /emacs-init.org
parentAdd automatic table of contents (diff)
Disable twoway caldav sync..
It sucks
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 7c6c155..12d036e 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -3503,7 +3503,7 @@ 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 'twoway)
+ (org-caldav-sync-direction 'cal->org)
(org-caldav-delete-calendar-entries 'never)
(org-caldav-exclude-tags nil)
)