You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It requires looking through the source to find the true issue that the buffer is read-only.
Since I use (setopt org-caldav-sync-direction 'cal->org), I set my inbox to read-only with a dir-local variable so I don't accidentally make changes. I would prefer org-caldav to inhibit read-only mode rather than erroring, but at least a helpful error message would be nice.
Thanks for your work on this package.
The text was updated successfully, but these errors were encountered:
If org-caldav-inbox is opened as a buffer with buffer-read-only enabled, org-caldav-sync fails with:
It requires looking through the source to find the true issue that the buffer is read-only.
Since I use
(setopt org-caldav-sync-direction 'cal->org)
, I set my inbox to read-only with a dir-local variable so I don't accidentally make changes. I would prefer org-caldav to inhibit read-only mode rather than erroring, but at least a helpful error message would be nice.Thanks for your work on this package.
The text was updated successfully, but these errors were encountered: