emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] org-open-at-point fails with multiple links in entry
@ 2013-01-11  9:59 Ingo Lohmar
  2013-01-11 12:18 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Lohmar @ 2013-01-11  9:59 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [BUG] org-open-at-point fails with multiple links in entry
  2013-01-11  9:59 [BUG] org-open-at-point fails with multiple links in entry Ingo Lohmar
@ 2013-01-11 12:18 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-01-11 12:18 UTC (permalink / raw)
  To: Ingo Lohmar; +Cc: emacs-orgmode

Hi Ingo,

Ingo Lohmar <i.lohmar@gmail.com> writes:

> 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.....

Fixed, thanks a lot.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-11 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-11  9:59 [BUG] org-open-at-point fails with multiple links in entry Ingo Lohmar
2013-01-11 12:18 ` Bastien

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).