On 16/09/2025 19:24, Rudolf Adamkovič wrote:
For the tests below, we use an Org file that includes the link:
[[attachment:cover.png][attachment:[email protected]]]
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.org
Ihor Radchenko. Re: Image preview: regression or intentional change?
Thu, 07 Aug 2025 19:07:15 +0000.
<https://list.orgmode.org/87h5yjymth.fsf@localhost>
Org should auto-require `org-attach' when needed.
ol.el does not support autoload feature when link type is registered,
but library loading is postponed till it is actually used for some
purpose. It seems the question should be whether org-attach should be
loaded by default.