emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] org 6.28b - html export bug (external link id)


From: Stefan Vollmar
Subject: [Orgmode] org 6.28b - html export bug (external link id)
Date: Fri, 26 Jun 2009 01:00:23 +0200

Hello,

I have just noticed the following effect with org 6.28b which looks like a bug to me:

"Org Link To Org Use ID" is set to: Create if storing link interactively and no CUSTOM_ID is present

* Headline
some text [...]

(1) press C-c l inside one section of one org-file (here: after "Headline") to store a link with a unique id generated by org

(2) insert the link with C-c C-l into another org-file

Setting Org->Hyperlinks->Literal Links yields:
[[id:AE9224D4-4BFB-4D74-B10B-70D5E8EA1FD0][Headline]]

which looks OK. However, when exporting this second file to HTML, I get:
<a href="test.html#ID-AE9224D4-4BFB-4D74-B10B-70D5E8EA1FD0">Headline</ a>A1FD0][Headline]]
which really should have been:
<a href="test.html#ID-AE9224D4-4BFB-4D74-B10B-70D5E8EA1FD0">Headline</a>
So this looks like something which is hopefully easy to fix.
If the link is placed in the same file, the "literal link" is the same, however, in this case HTML is rendered (correctly) as:
<a href="#sec-1">Headline</a>
Warm regards,
 Stefan
--
Dr. Stefan Vollmar, Dipl.-Phys.
Max-Planck-Institut für neurologische Forschung
Gleuelerstr. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213  FAX +49-221-4726-298
Tel.: +49-221-478-5713  Mobile: 0160-93874279
Email: address@hidden   http://www.nf.mpg.de









reply via email to

[Prev in Thread] Current Thread [Next in Thread]