emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: unable to open link unless `...from-string' [7.7 (release_7


From: David Maus
Subject: Re: [O] Bug: unable to open link unless `...from-string' [7.7 (release_7.7.292.g0d4e8.dirty)]
Date: Fri, 16 Sep 2011 20:09:05 +0200
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)

At Fri, 16 Sep 2011 12:03:51 -0400,
Dave Abrahams wrote:
> 
> 
> 
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen.  You don't know how to make a good report?  See
> 
>      http://orgmode.org/manual/Feedback.html#Feedback
> 
> Your bug report will be posted to the Org-mode mailing list.
> ------------------------------------------------------------------------
> 
> I have an Org link as follows:
> 
>   [[message://address@hidden
> 
> When I try to `C-c C-o' it, opening fails because the link-handling code
> sees this string for the link:
> 
>   "address@hidden"
> 
> which you may notice is different.  If I do 
> 
>    (org-open-link-from-string "message://address@hidden")

How did you enter the link into the Org file?

The original link

[[message://address@hidden

Is unescaped, but Org treats links as always percent-escaped. What
happens is that "%da" is treated as a percent escaped character and
unescaped after read from buffer.

The link should read:

message://address@hidden

This is a troublesome situation

https://lists.gnu.org/archive/html/emacs-orgmode/2011-09/msg00257.html

But up to know I didn't find a solution for it.

Best,
  -- David
-- 
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... address@hidden
Email..... address@hidden

Attachment: pgpC4lCvyOcKW.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]