From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: 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 Message-ID: <87zki4tl4u.wl%dmaus@ictsoc.de> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Fri_Sep_16_20:09:05_2011-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4cqj-000664-E3 for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 14:09:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4cqi-0006lU-9I for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 14:09:17 -0400 Received: from app1b.xlhost.de ([213.202.242.162]:46728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4cqi-0006lN-0b for emacs-orgmode@gnu.org; Fri, 16 Sep 2011 14:09:16 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dave Abrahams Cc: emacs-orgmode@gnu.org --pgp-sign-Multipart_Fri_Sep_16_20:09:05_2011-1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable At Fri, 16 Sep 2011 12:03:51 -0400, Dave Abrahams wrote: >=20 >=20 >=20 > 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 >=20 > http://orgmode.org/manual/Feedback.html#Feedback >=20 > Your bug report will be posted to the Org-mode mailing list. > ------------------------------------------------------------------------ >=20 > I have an Org link as follows: >=20 > [[message://m2k4n46n5p.wl%dave@boostpro.com]] >=20 > When I try to `C-c C-o' it, opening fails because the link-handling code > sees this string for the link: >=20 > "m2k4n46n5p.wl=C3=9Ave@boostpro.com" >=20 > which you may notice is different. If I do=20 >=20 > (org-open-link-from-string "message://m2k4n46n5p.wl%dave@boostpro.com") How did you enter the link into the Org file? The original link [[message://m2k4n46n5p.wl%dave@boostpro.com]] 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://m2k4n46n5p.wl%25dave@boostpro.com 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 --=20 OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Fri_Sep_16_20:09:05_2011-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAk5zkMEACgkQma24O1pEeOaFlwEAzNceACx30RUS0rgDLCyetn1G Bzvb9BE9bdunR2cJSnMA/0XLCHwrGlTsClAPmKF3pSDi2pY9KPNKrt5jgrWGIVD3 =zeU6 -----END PGP SIGNATURE----- --pgp-sign-Multipart_Fri_Sep_16_20:09:05_2011-1--