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