emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ingo Lohmar <i.lohmar@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [BUG] org-open-at-point fails with multiple links in entry
Date: Fri, 11 Jan 2013 10:59:20 +0100	[thread overview]
Message-ID: <87fw28t4zr.fsf@acer.localhost.com> (raw)

Hi all,

recently a common workflow of mine broke: I have an entry, and in the
text are several links to websites.  I can go to the heading or its line
in an agenda and do `org-open-at-point', and I get a list of links
inside the entry.  But selecting them all with RET gives an error now:

emacs -Q -nw
-----
(setq package-user-dir "~/src/elpa"
      package-enable-at-startup nil)
(package-initialize)
(require 'org)                          ;checked org-version is 7.9.3a
(org-mode)

insert
-----
* test heading
http://www.google.com
http://www.sz.de

go to headline, do `org-open-at-point', and select all..

org-open-at-point: Wrong type argument: stringp, (#("http://www.google.com" 0 6 (fontified t.......LONGISH.....

Bottom line: It gets a list of propertized strings and expect a single
one.  Any help what broke this?  I do not have much time to dig into the
code right now, unfortunately.

Regards,
Ingo

             reply	other threads:[~2013-01-11  9:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-11  9:59 Ingo Lohmar [this message]
2013-01-11 12:18 ` [BUG] org-open-at-point fails with multiple links in entry Bastien

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=87fw28t4zr.fsf@acer.localhost.com \
    --to=i.lohmar@gmail.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).