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

2014-02-11 Thread Bastien
Hi Michael, Michael Brand writes: > Some time ago I added url-encode-url already to the function > org-open-at-point. As this is not in maint and the attached patch > depends on it I intend to apply the latter only on master. Looks good, feel free to apply it on master, thanks! -- Bastien

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

2014-02-11 Thread Michael Brand
Hi Bastien >From the commit of Rick Frankel for org-html-link (reformatted): #+BEGIN_SRC emacs-lisp (org-link-escape (org-link-unescape (concat type ":" raw-path)) org-link-escape-chars-browser) #+END_SRC I would like to discourage the use of the constant org-link-escape-chars-browser in

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

2014-02-11 Thread Mark Janssen
On Tue, Feb 11, 2014 at 11:10 AM, Bastien wrote: > Hi Mark, > > it has been fixed in the master branch by Rick, I've cherry-picked the > change in the maint branch so that it will be part of the next minor > release. > > Thanks, > > Hi Bastien and Rick, Thanks for the great support. -- Mark

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

2014-02-11 Thread Bastien
Hi Mark, it has been fixed in the master branch by Rick, I've cherry-picked the change in the maint branch so that it will be part of the next minor release. Thanks, -- Bastien

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

2014-02-10 Thread Mark Janssen
On Mon, Feb 10, 2014 at 12:06 PM, Bastien wrote: > Hi Mark, > > Mark Janssen 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 O

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

2014-02-10 Thread Bastien
Hi Mark, Mark Janssen 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. What version of Org and Emacs are you using? M-x org

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

2014-02-10 Thread Mark Janssen
On Sun, Feb 9, 2014 at 11:07 PM, Mark Janssen 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

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

2014-02-09 Thread Mark Janssen
On Sun, Feb 9, 2014 at 9:56 PM, Mark Janssen wrote: > Hello list, > > If I insert a http:// link containing question marks, the verbatim link > being inserted in the org document has the question mark escaped. > > > Seems (setq org-url-hexify-p nil) will give me the required behavior. Mark

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

2014-02-09 Thread Mark Janssen
Hello list, If I insert a http:// link containing question marks, the verbatim link being inserted in the org document has the question mark escaped. For example the link http://mpcjanssen.nl/fossil/simpletask/tktview?name=ee0504fc8c is actually inserted as: [[http://mpcjanssen.nl/fossil/simpl