From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: orgmode-contacts "wrong type arguments" Date: Tue, 17 Feb 2015 11:07:40 -0500 Message-ID: <87lhjwr06r.fsf@gmail.com> References: <87lhjyngfs.fsf@gmail.com> <873864bqrf.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNkgf-0002Iv-6q for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 11:07:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNkgd-0001GF-U8 for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 11:07:49 -0500 Received: from mail-qg0-x22f.google.com ([2607:f8b0:400d:c04::22f]:52053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNkgd-0001G5-LS for emacs-orgmode@gnu.org; Tue, 17 Feb 2015 11:07:47 -0500 Received: by mail-qg0-f47.google.com with SMTP id q107so28582108qgd.6 for ; Tue, 17 Feb 2015 08:07:46 -0800 (PST) In-Reply-To: <873864bqrf.fsf@pierrot.dokosmarshall.org> (Nick Dokos's message of "Tue, 17 Feb 2015 08:40:20 -0500") 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: Nick Dokos Cc: emacs-orgmode@gnu.org Thanks Nick for the tip; I've recently learned about debug-on-entry, which I attempted to use to no avail last night, but the functions listed in the info manual you cited are useful. Following them I have found that the problem seems to be a conflict bewteen Org-Contacts and Helm; loading without helm enabled fixes the problem. Unfortunately, this seems like a lose-lose tradeoff to disable helm or go without mailing list functionality. I'm open to any suggestions, now that I know that a Helm conflict is apparently causing the listp error. Nick Dokos writes: > 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.