From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: orgmode-contacts "wrong type arguments" Date: Tue, 17 Feb 2015 08:40:20 -0500 Message-ID: <873864bqrf.fsf@pierrot.dokosmarshall.org> References: <87lhjyngfs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNiOA-0001uT-9O for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 08:40:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNiO6-0004Kn-K1 for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 08:40:34 -0500 Received: from plane.gmane.org ([80.91.229.3]:44930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNiO6-0004KY-6C for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 08:40:30 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YNiO3-0002Fu-WC for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 14:40:28 +0100 Received: from pool-108-20-41-17.bstnma.fios.verizon.net ([108.20.41.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Feb 2015 14:40:27 +0100 Received: from ndokos by pool-108-20-41-17.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Feb 2015 14:40:27 +0100 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 torys.anderson@gmail.com (Tory S. Anderson) writes: > 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 > When you get an error, the first thing you should do is get a backtrace: (info "(org) Feeback") It's far more likely that you can find the error (or somebody can find it for you) with a backtrace in hand. -- Nick