From: David Maus <dmaus@ictsoc.de>
To: Dave Abrahams <dave@boostpro.com>
Cc: emacs-orgmode@gnu.org
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 [thread overview]
Message-ID: <87zki4tl4u.wl%dmaus@ictsoc.de> (raw)
In-Reply-To: <m2ehzgmq3c.fsf@pluto.luannocracy.com>
[-- Attachment #1: Type: text/plain, Size: 1449 bytes --]
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://m2k4n46n5p.wl%dave@boostpro.com]]
>
> When I try to `C-c C-o' it, opening fails because the link-handling code
> sees this string for the link:
>
> "m2k4n46n5p.wlÚve@boostpro.com"
>
> which you may notice is different. If I do
>
> (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
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de
[-- Attachment #2: Type: application/pgp-signature, Size: 230 bytes --]
next prev parent reply other threads:[~2011-09-16 18:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-16 16:03 Bug: unable to open link unless `...from-string' [7.7 (release_7.7.292.g0d4e8.dirty)] Dave Abrahams
2011-09-16 18:09 ` David Maus [this message]
2011-09-16 18:20 ` Dave Abrahams
2011-09-20 4:28 ` David Maus
2011-09-20 16:24 ` Dave Abrahams
2011-09-22 4:50 ` David Maus
2011-09-22 14:13 ` Dave Abrahams
2011-09-25 6:46 ` David Maus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zki4tl4u.wl%dmaus@ictsoc.de \
--to=dmaus@ictsoc.de \
--cc=dave@boostpro.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).