I have an image on a remote machine that I want to display inline in an org file. But the image displayed is a black square.
-------My Org file --------
[[file:/ssh:user@host:/path/to/image.png]]
----------Error message -------
1 images displayed inline
ImageMagick error: no decode delegate for this image format `/ssh:user@host:/path/to/image.png' @ error/constitute.c/ReadImage/552
I suppose org-display-inline-images does not recognize the link indicates a remote file and tries to evaluate the path locally. How can I make it recognize the remote path and perhaps use tramp to download the file and then display it?