From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: orgmode-contacts "wrong type arguments" Date: Mon, 16 Feb 2015 08:17:59 -0500 Message-ID: <87lhjyngfs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNLYr-0003mZ-2B for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 08:18:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNLYn-0002VH-U9 for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 08:18:05 -0500 Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:51274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNLYn-0002V7-Pg for emacs-orgmode@gnu.org; Mon, 16 Feb 2015 08:18:01 -0500 Received: by mail-qa0-f44.google.com with SMTP id n8so21922800qaq.3 for ; Mon, 16 Feb 2015 05:18:01 -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: orgmode list , julien@danjou.info Presumably this is related to my having upgraded to: Org-mode version 8.2.10 (8.2.10-33-g880a2b-elpa) GNU Emacs 25.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.9) of 2015-02-10 on localhost.localdomain I use org-contacts[1] to autofill addresses in GNUs. Normally can use "+CATEGORY" to add all names in a category; but now that particular functionality seems to be broken (although the package is otherwise functional). In my efforts to improve my elisp, can anyone tell me why the code doesn't work, and what might have changed to cause it to break? Error: completion-in-region: Wrong type argument: listp, #("NAME , NAME , NAME , NAME " 0 15 (fontified nil org-category "contacts") 44 65 (fontified nil org-category "contacts") 88 99 (fontified nil org-category "contacts") 127 141 (fontified nil org-category "contacts")) Footnotes: [1] https://julien.danjou.info/projects/emacs-packages#org-contacts