Hi Dieter,
"Dieter Wilhelm, H." <[email protected]> writes:
> I added to org-link-abbrev-alist the list ("att" .
> org-attach-expand-link) and it works nicely when I'm opening links
> (C-c C-o) to images in the attachment directory. But when I try to
> export the document org-attach-expand-link is not to working.
Instead of modifying `org-link-abbrev-alist', you can simply use
#+LINK: att %(org-attach-expand-link)
in your buffer. It will open the correct attachment in links and
export them correctly. There was a bug that prevented the correct
export of abbreviated links of the form %(org-attach-expand-link)
but I just fixed this bug.
Best,
--
Bastien