Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-05-25 Thread Bastien
Hi David, David Maus writes: > It's quite a muddy area. Yes, I can see this. I'm all for the status quo right now, as long as there are no real bugs behind the current code. Removing chars from `org-link-escape-chars' won't fix anything deepl, but it may help clearing the waters. Thanks agai

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-05-25 Thread David Maus
Followup: There has been a discussion about hex-escaping last year with some back-and-forth on the topic of link escaping: http://thread.gmane.org/gmane.emacs.orgmode/74983/focus=75002 It's quite a muddy area. Best, -- David At Sun, 25 May 2014 09:09:50 +0200, David Maus wrote: > > Hi all,

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-05-25 Thread Bastien
Hi David, David Maus writes: > I can only speculate why they were escaped in the first place: + ; and > = do have special meaning in HTTP URIs and IIRC Org did not draw a > strict distinction between escaping for internal purposes and escaping > of HTTP URIs. Yes, that's certainly it -- thanks

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-05-25 Thread David Maus
Hi all, At Sun, 25 May 2014 07:56:15 +0200, Bastien wrote: > > Hi Michael, > > "R. Michael Weylandt " > writes: > > > TLDR: remove ?\= from org-link-escape-chars. > > Done (in master.) > > I'm copying David since he's the author of this commit: > http://orgmode.org/w/?p=org-mode.git;a=commit

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-05-24 Thread Bastien
Hi Michael, "R. Michael Weylandt " writes: > TLDR: remove ?\= from org-link-escape-chars. Done (in master.) I'm copying David since he's the author of this commit: http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=1a68b6 David, sorry to jump in, but are there any reason why the characters +

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-03-19 Thread R. Michael Weylandt
On Mar 18, 2014, at 17:24, "R. Michael Weylandt" wrote: > Can't comment on Andreas's issue about unescaping text when it's given to org > already escaped. Hi Bastien, TLDR: remove ?\= from org-link-escape-chars. I looked at this again and I think I've stumbled on another small issue relati

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-03-18 Thread R. Michael Weylandt
On Mar 18, 2014, at 11:41, Bastien wrote: > Hi Andreas, > > Andreas Leha writes: > >> The second link is not clickable in the resulting pdf. > > This should be fixed now, thanks. > Hi Bastien, I just tried with 35f27a1fe and my issue is fixed. (The one about the hexifying of a valid chara

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-03-18 Thread Bastien
Hi Andreas, Andreas Leha writes: > The second link is not clickable in the resulting pdf. This should be fixed now, thanks. -- Bastien

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-03-17 Thread Andreas Leha
Hi Bastien, Bastien writes: > "R. Michael Weylandt " > writes: > >> I've tried this with Org 7.9.3 and 8.2.5h to the same result: >> >> <--> >> #+TITLE: Test >> * One >> Here is a [[http://google.com/search?q=orgmode][link]] >> <--> >> >> Exporting to HTM

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-03-12 Thread Bastien
"R. Michael Weylandt " writes: > I've tried this with Org 7.9.3 and 8.2.5h to the same result: > > <--> > #+TITLE: Test > * One > Here is a [[http://google.com/search?q=orgmode][link]] > <--> > > Exporting to HTML doesn't transform the link but exporting to

Re: [O] Incorrect hexification in URLs in LaTeX Export

2014-02-28 Thread Andreas Leha
"R. Michael Weylandt " writes: > I've tried this with Org 7.9.3 and 8.2.5h to the same result: > > <--> > #+TITLE: Test > * One > Here is a [[http://google.com/search?q=orgmode][link]] > <--> > > Exporting to HTML doesn't transform the link but exporting to