[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-attach-expand-link in latex exports (Emacs-24.3)
From: |
Dieter Wilhelm, H. |
Subject: |
Re: [O] org-attach-expand-link in latex exports (Emacs-24.3) |
Date: |
Tue, 16 Apr 2013 14:50:27 +0200 |
2013/4/16 Bastien <address@hidden>:
> Hi Dieter,
>
> "Dieter Wilhelm, H." <address@hidden> 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)
Crazy! Thanks for the information.
> 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.
I see, the org-link-abbrev-alist way worked for me since you prodded
me to use 8.0-pre... :-)
---
All the best
Dieter
> Best,
>
> --
> Bastien