emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [BUG] org-open-at-point fails with multiple links in entry


From: Ingo Lohmar
Subject: [O] [BUG] org-open-at-point fails with multiple links in entry
Date: Fri, 11 Jan 2013 10:59:20 +0100
User-agent: Notmuch/0.14+38~g757a34e (http://notmuchmail.org) Emacs/24.3.50.1 (x86_64-pc-linux-gnu)

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 via email to

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