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: Robert Eckl
Subject: Re: [O] Encoding Problem in export?
Date: Wed, 24 Jul 2013 10:46:50 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

Am 24.07.2013 09:34, schrieb Nicolas Goaziou:
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.
You are right.

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'?)
Ok, using  visible-mode i see the link with %3D, i can replace it,
then all works fine. If iinsert a new link from clipboard, i get %3D.


Regards,

Robert



reply via email to

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