Hello,

Robert Eckl <eck...@gmx.de> writes:

> The issue seems to be introduced with
> Org-mode version 8.0.6 (release_8.0.6-4-g21dd83
>      org-element: Do not url-decode parsed links
> The description sounds like the issue, no?

IIUC, this is different from your issue. You write a URL that is not
encoded, and, somehow, it gets encoded in the export output. This patch
is about not decoding something already encoded.

My guess is that your URL is encoded in the original buffer already. Try
to use M-x visible-mode to see what is the real URL. If you see
"http://example.de/?idprop%3D222";, it probably means that
`org-link-escape' is a bit too zealous (BTW why don't this function rely
on `url-encode-url'?)


Regards,

-- 
Nicolas Goaziou

Reply via email to