> Date: Wed, 17 Nov 2010 21:43:59 +0100 > From: dmaus@ictsoc.de > To: vincent.b.1@hotmail.fr > Subject: Re: [Orgmode] %20 in file://... URL > CC: emacs-orgmode@gnu.org; carsten.dominik@gmail.com > [...] Hello, Sorry for the delay, I was on business trip. > > Thanks for sending the patch, but it won't provide a clean solution to > the problem: The function modified by your patch works under the > assumption, that for example the sequence %3A represents a percent > escaped colon. But the function that creates the link in the first > place does not percent-escape chars Er, in my situation I create the link with another package, and I *did* escaped the colon. > -- If we use just this patch, opening a link to a file literarally > called "%3A.org" will fail. > > So we need to modify all functions that create links to propertly > percent-escape the part of a link that follows the link type in order > to make all functions unescape the link. > > Good news: Reworking the percent-escaping is a work in progress on my > list[1] and if it is finished and accepted, the problem should be > solved. > > Best, > -- David I see, so I understand that you will someday modify a function creating links in order to implement character escaping. I can give a hand if tell me the function name. I also send you my patch with a git diff, just in case (with same changelog attached again). Sorry for using `diff -c', I just followed the info node `(emacs) Sending Patches' Vincent.