[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: |
Bastien |
Subject: |
Re: [O] org-attach-expand-link in latex exports (Emacs-24.3) |
Date: |
Tue, 16 Apr 2013 09:26:18 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
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)
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
- Re: [O] org-attach-expand-link in latex exports (Emacs-24.3),
Bastien <=