emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Mismatch in url escaping between org and exported html


From: Mark Janssen
Subject: [O] Mismatch in url escaping between org and exported html
Date: Sun, 9 Feb 2014 21:56:59 +0100

Hello list,

If I insert a http:// link containing question marks, the verbatim link being inserted in the org document has the question mark escaped.

For example the linkĀ 

http://mpcjanssen.nl/fossil/simpletask/tktview?name=ee0504fc8c

is actually inserted as:

[[http://mpcjanssen.nl/fossil/simpletask/tktview?name%3Dee0504fc8c][bug]]

This works fine when clicking the link from emacs, but breaks when exporting to html. Then it is exported as:

<a href="" href="http://mpcjanssen.nl/fossil/simpletask/tktview?name%3Dee0504fc8c">http://mpcjanssen.nl/fossil/simpletask/tktview?name%3Dee0504fc8c">bug</a>

This will not work.

Is this an error in the html exporter or in org mode itself? I would expect the link to be included verbatim in the .org file.

Regards,
Mark



reply via email to

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