Org-display-inline-images remote image

I have an image on a remote computer that I want to display inline in an org file. But the displayed image is a black square.

------- My Org File --------

[[file:/ssh: user@host :/path/to/image.png]]

---------- Error message -------

1 image displayed per line

ImageMagick error: no decoding delegate for this image format `/ ssh: user@host : /path/to/image.png'@error/creation.c/ReadImage/552

I believe that org-display-inline-images does not recognize the link pointing to the remote file and is trying to evaluate the path locally. How can I recognize the remote path and possibly use tramp to download the file and then display it?

+6
source share

Source: https://habr.com/ru/post/976956/


All Articles