emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Encoding Problem in export?


From: Nicolas Goaziou
Subject: Re: [O] Encoding Problem in export?
Date: Wed, 24 Jul 2013 09:34:53 +0200

Hello,

Robert Eckl <address@hidden> 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

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