On 17/09/2025 03:15, Rudolf Adamkovič wrote:
Max Nikulin writes:Does the following work for you? # :PROPERTIES: drawer #+startup: inlineimages linkpreviews [[attachment:[email protected]]] emacs -q -L /path/to/org/main -l org-attach file.orgTo be clear, simple '[[attachment:[email protected]]]' works but [[attachment:cover.png][attachment:[email protected]]] does not (notice that there are two different images).
I noticed that files are different, but to be sure I requested a test that simple "attachment:" link preview works for you.
When asking about images as description of "http:" links earlier, I did not expect that even "file:" links are broken. I consider it as the same issue.
It seems, there is a workaround (the old function is moved to org-compat as an obsolete one):
M-: (org-display-inline-images)
