diff options
author | fpi | 2020-07-29 11:35:28 +0200 |
---|---|---|
committer | fpi | 2020-07-29 11:37:29 +0200 |
commit | 03bbd2ce46baf5ab4a900c12b6f5453e1662e427 (patch) | |
tree | 2ebe619214c63a9c3aadb3c4cbfccf42f589da85 | |
parent | Add automatic table of contents (diff) |
Disable twoway caldav sync..
It sucks
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 2 |
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) ) |