emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Mark Janssen
Subject: Re: [O] Mismatch in url escaping between org and exported html
Date: Mon, 10 Feb 2014 11:59:31 +0100




On Sun, Feb 9, 2014 at 11:07 PM, Mark Janssen <address@hidden> wrote:



Seems (setq org-url-hexify-p nil) will give me the required behavior.

Mark  


This didn't work, so I investigated a bit further. Because the = sign is included in org-link-escape-chars, the org-url-hexify-p value will not make anu difference.

So the problem is still that equals signs are hexified in org-links. Reading =org.el= and seeing the =org-link-escape-chars= constant this seems to be expected behavior.

So I think the issue is that the html exporter doesn't unhexify the equals sign in the link. As a result the link in the html doesn't work.

e.g.

The link: 

http://test/test?name=me

Is translated to:

http://test/test?name%3Dme

In the org file

And that link is also included in the HTML where I would have expected the equals sign again.

reply via email to

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