Re: [O] [PATCH] Escape link path only if path contains space or non-ascii character

2011-12-20 Thread Bastien
Hi David, David Maus writes: > Attached patch should take care of mistakenly double-escaped links as > reported by Jeff Horn in . > > This patch might break `org-open-at-point' for some users if the > target application does not deal with (poss

[O] [PATCH] Escape link path only if path contains space or non-ascii character

2011-12-18 Thread David Maus
Hi there, Attached patch should take care of mistakenly double-escaped links as reported by Jeff Horn in . This patch might break `org-open-at-point' for some users if the target application does not deal with (possibly) unescaped URLs. The alte