Hi David,
David Maus writes:
> To be exact: Org already escapes some characters (C-h v
> org-link-escape-chars RET) and the colon is a candidate for beeing on
> the list. The functions responsible for escaping/unescaping are
> `org-link-escape' and `org-link-unescape' and the new implementation
Hi David,
did you find time to work on characters escaping in links?
Is there some code we can test by patching the current git HEAD?
Thanks!
--
Bastien
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmod
[...]
>>
>> hoping that the above helps.
>
>Definitely.
>
>Last not least: On this mailing list you should normally Cc: answers
>to the original poster -- some are not subscribed to the list at all,
>some (like me) read the list in a different account than their main
>mail account and miss answe
At Fri, 26 Nov 2010 23:11:13 +0100,
Vincent Belaïche wrote:
>
> [1 ]
>
>
> [...]
>
>
> > 1. The percent escaping/unescaping functions are not unicode aware;
>
> My understanding/feeling is that a link in a file foo.org should be
> interpreted with the coding scheme of this file.
I think th
At Tue, 23 Nov 2010 06:25:40 +0100,
Vincent Belaïche wrote:
>
> >From:David Maus
> >Subject: Re: [Orgmode] %20 in file://... URL
> >Date:Mon, 22 Nov 2010 19:16:09 +0100
> >User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka)
>
>From: David Maus
>Subject: Re: [Orgmode] %20 in file://... URL
>Date: Mon, 22 Nov 2010 19:16:09 +0100
>User-agent:Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka)
>FLIM/1.14.9 (GojÅ) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0
>(HANACHIRUSATO)
>
&g
> Date: Wed, 17 Nov 2010 21:43:59 +0100
> From: dm...@ictsoc.de
> To: vincent@hotmail.fr
> Subject: Re: [Orgmode] %20 in file://... URL
> CC: emacs-orgmode@gnu.org; carsten.domi...@gmail.com
>
[...]
Hello,
Sorry for the delay, I was on business trip.
>
> Than
At Mon, 22 Nov 2010 16:46:44 +0100,
Vincent Belaïche wrote:
> 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.
To be exact: Org already escapes some characters (C-h v
org-link
> Date: Wed, 17 Nov 2010 21:43:59 +0100
> From: dm...@ictsoc.de
> To: vincent@hotmail.fr
> Subject: Re: [Orgmode] %20 in file://... URL
> CC: emacs-orgmode@gnu.org; carsten.domi...@gmail.com
>
[...]
Hello,
Sorry for the delay, I was on business trip.
>
> Than
At Sat, 13 Nov 2010 07:18:42 +0100,
Vincent Belaïche wrote:
>
> Herein attached follows my patch. Please feel free for brickbats...
>
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 examp
At Sat, 13 Nov 2010 07:18:42 +0100,
Vincent Belaïche wrote:
>
> Herein attached follows my patch. Please feel free for brickbats...
>
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 examp
At Sat, 13 Nov 2010 07:18:42 +0100,
Vincent Belaïche wrote:
>
> Herein attached follows my patch. Please feel free for brickbats...
>
Could I ask you to resend the patch in a format that can be applied
with Git? E.g. try:
git diff > my-new-patch.patch
Best,
-- David
--
OpenPGP... 0x99ADB83
>From: vincent@hotmail.fr
>To: emacs-orgmode@gnu.org; giovanni.rido...@yahoo.it
>Subject: Re: [Orgmode] %20 in file://... URL
>Date: Sat, 13 Nov 2010 07:18:42 +0100
>CC: vincent@hotmail.fr
>
>
>[...]
>
>>
>>Please, do! :-)
>>
>>Giova
[...]
>
>Please, do! :-)
>
>Giovanni
>
Herein attached follows my patch. Please feel free for brickbats...
Vincent.
*** org.el.old Fri Nov 5 19:16:29 2010
--- org.el Sat Nov 13 05:50:54 2010
***
*** 9639,9647
opened in Emacs, unless an entry from org-file-apps that makes
Vincent Belaïche writes:
> Sorry to dwell on it: I am just wondering, is there any reason why %20
> and suchlikes are not supported with the file: protocole ?
>
> I not, I can submit a patch to correct this and have the % constructs
> decoded.
Please, do! :-)
Giovanni
Hello,
Sorry to dwell on it: I am just wondering, is there any reason why %20
and suchlikes are not supported with the file: protocole ?
I not, I can submit a patch to correct this and have the % constructs
decoded.
BR,
Vincent.
___
Emacs-orgmod
> From: giovanni.rido...@yahoo.it
> To: vincent@hotmail.fr
> Subject: Re: [Orgmode] %20 in file://... URL
> Date: Tue, 26 Oct 2010 17:39:55 +0200
> CC: emacs-orgmode@gnu.org
>
[...]
>
> *But*, Vincent, why do you use "%3A" when the colon ":"
Vincent Belaïche writes:
>>> My Org mode version is not able to interprete any `%20' or suchlike
>>> escape codes in file://... URL
>>Which Org mode version are you using?
>>
>>M-x org-version RET
>>
>>And can you give an example of a link that does not work as expected?
>>
>
> [[file://local
>Which Org mode version are you using?
>
>M-x org-version RET
>
>And can you give an example of a link that does not work as expected?
>
>Best,
> -- David
>
Hello,
Thanks for the feedback. Here is an example of failing link:
[[file://localhost/c%3A/msys/1.0/temp/foo.html][link]]
the file ex
At Sun, 24 Oct 2010 22:49:12 +0200,
Vincent Belaïche wrote:
>
> Hello,
>
> My Org mode version is not able to interprete any `%20' or suchlike
> escape codes in file://... URL, is that normal ?
Which Org mode version are you using?
M-x org-version RET
And can you give an example of a link that
20 matches
Mail list logo