org-caldav
org-caldav copied to clipboard
Sync without feedback + buffers popping up
Hey there!
I'm having some problems. I want to run org-caldav-sync whenever I capture something, save a .org file, or enter the agenda view.
However, there are a couple of problems with this.
- When pulling up the agenda, the sync happens, and then it puts up the sync result buffer where the agenda was -- not ideal!
- The sync can be a bit slow, but I don't think it runs in a separate thread. I might try to stuff this in an async-start, so this might be solvable for me.
Is there any way to get it to not open any buffers? I just want the synchronization to happen transparently in the background.
Seems that setting org-caldav-show-sync-results to nil can help with this problem.