From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Lohmar Subject: [BUG] org-open-at-point fails with multiple links in entry Date: Fri, 11 Jan 2013 10:59:20 +0100 Message-ID: <87fw28t4zr.fsf@acer.localhost.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtbOc-0005sP-Vt for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 04:59:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtbOW-0000bu-K2 for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 04:59:30 -0500 Received: from mail-bk0-f53.google.com ([209.85.214.53]:58612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtbOW-0000bO-BF for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 04:59:24 -0500 Received: by mail-bk0-f53.google.com with SMTP id j5so802497bkw.26 for ; Fri, 11 Jan 2013 01:59:22 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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