Hi,
Consider the following Org file
---- 8< ----
#+startup: inlineimages linkpreviews
[[./img.png]]
Links below are not rendered as images for current HEAD,
but work in
Org mode version 9.5.5 (release_9.5.5 @ /usr/share/emacs/28.2/lisp/org/)
[[https://orgmode.org][<file:./img.png>]]
[[https://orgmode.org][file:./img.png]]
---- >8 ----
Image overlays are created for all 3 links in the case of Org 9.5.5,
however only first link is displayed as the image in the case of current
git main.
Is it a regression or an intentional change? Maybe I just missed some
defcustom or startup option.
I have skimmed through the following thread, but I have not noticed
discussion of image as link description.
Karthik Chikmagalur. [PATCH v1] Inline image display as part of a new
org-link-preview system. Fri, 23 Aug 2024 16:36:04 -0700.
<https://list.orgmode.org/875xrqg6cb....@gmail.com>
Even more I am puzzled by the following example:
<https://blog.tecosaur.com/tmio/2021-04-26-Welcome.html#inline-display-remote>
"Inline display of remote images"
[[https://github.com/larsmagne/meme/raw/master/images/Grandma-Finds-The-Internet.jpg]]
I expect that it may be related to TRAMP file paths like
/https:/host/file.png (by default http is disabled in gvfs backend
though), but not for regular URLs.
dcdb47017 2020-02-01 11:50:08 +0100 Jack Kamm: Add inline remote image
display