Hi Ingo, Ingo Lohmar <i.loh...@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