>>> org-link-preview-file emits "Your Emacs does not support displaying images! >>> " >>> when restoring buffers with desktop when Emacs was started as daemon. >> >> Just checking, do you have >> >> #+startup: imagepreviews > > I have this in my init.el: > ;; Show inline images by default > (setopt org-startup-with-inline-images t)
Ihor, what would be the best way of handling this? We can add a `display-graphic-p' test when running the inline-images part of org-startup, but then link previews that are not images won't be applied either. Karthik