myuhe / org-gcal.el

Org sync with Google Calendar
450 stars 113 forks source link

Many unsaved org.png buffers on org-gcal-fetch #74

Closed nixmaniack closed 4 years ago

nixmaniack commented 7 years ago
Saving file /Users/nixmaniack/.emacs.d/org-gcal/org.png...
deferred error : (text-read-only)
Type C-c C-c or C-c C-x to view the image as text or hex.

Above message is repeated many times in *Messages* buffer.

image

kamidon commented 7 years ago

Put this image: https://raw.githubusercontent.com/myuhe/org-gcal.el/master/org.png in ~/.emacs.d/org-gcai/org.png and the problem will do away. I haven't spent the time to figure out why it is trying to download this image and failing whenever it logs a message about what it is doing, but this will fix it.

If someone wants to look in more detail, the one hint I can give is that it might have something to do with the downloaded png being in a buffer in Imagemagick mode.

nixmaniack commented 7 years ago

Put this image: https://raw.githubusercontent.com/myuhe/org-gcal.el/master/org.png in ~/.emacs.d/org-gcai/org.png and the problem will do away.

Yes. I have done that and I don't see such buffers created.

nixmaniack commented 4 years ago

Closing as org-gcal is no more maintained in this repo.