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 12:37:35 +0100




On Mon, Feb 10, 2014 at 12:06 PM, Bastien <address@hidden> wrote:
Hi Mark,

Mark Janssen <address@hidden> writes:

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

I can't reproduce this with latest stable or unstable Org version.


I shouldn't have posted this to the mailing list at the time I did :(. Apologies for any confusion I have caused.
 The problem is with escaping of an equals sign not the question mark.

I have attached a demo org and a resulting html file. Note that in the html file, the url is http://test/test?name%3Dme which is wrong. It should be http://test/test?name=me

Running C-c C-ehh on that org file gives the attached html. I have started emacs as:

emacs.exe -Q -l minimal.el test.org

;;minimal.el
(require 'package)
(package-initialize)
(require 'org)
 
What version of Org and Emacs are you using?


(org-version)
"8.2.5h"

(emacs-version)
"GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)
 of 2013-03-17 on MARVIN"


 
Thanks,

--
 Bastien

test

me

Created: 2014-02-10 ma 12:30

Emacs 24.3.1 (Org mode 8.2.5h)

Validate

Attachment: test.org
Description: Binary data

Attachment: minimal.el
Description: Binary data


reply via email to

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