From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: issues with org-contacts Date: Sat, 27 Feb 2016 09:37:39 +0100 Message-ID: <87twkuczvw.fsf@nicolasgoaziou.fr> References: <87si0f2z6r.fsf@mirabelle.kent.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZaLj-0005ko-Fy for emacs-orgmode@gnu.org; Sat, 27 Feb 2016 03:35:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZaLh-0000xc-Pg for emacs-orgmode@gnu.org; Sat, 27 Feb 2016 03:35:39 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:50721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZaLh-0000xQ-Im for emacs-orgmode@gnu.org; Sat, 27 Feb 2016 03:35:37 -0500 In-Reply-To: <87si0f2z6r.fsf@mirabelle.kent.ac.uk> (Andreas Reuleaux's message of "Fri, 26 Feb 2016 16:50:36 +0000") 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: Andreas Reuleaux Cc: emacs-orgmode@gnu.org Hello, Andreas Reuleaux writes: > I have been using Julien Danjou's org-contacts for a while now, > cf > > http://orgmode.org/worg/org-contrib/ > org-contacts.el =E2=80=93 manage contacts > Written by Julien Danjou. Link to raw file. > https://julien.danjou.info/projects/emacs-packages#org-contacts > > and happily so far, ie. I haven't changed my config. > > I would eg. type > > st+ in my To: field of a message, that I am composing > > To: st+ > > hit tab, and the contact address would be completed from my > (list of) org-contacts-files (find an address matching st...) > > When I do so (hit tab ie.) in my current environment: emacs (24.5.1) / or= g (8.2.10, > the one that comes with emacs, as I understand), on debian testing ie., I= get: > > org-make-tags-matcher: `org-make-tags-matcher' expects todo-only to be = scoped in >=20=20 > I get the same error message, when I use a newer org version (8.3.3), > install the debian package org-mode ie. > > I did contact Julien about this issue, but he pointed me to the org maili= ng > list instead, as he isn't maintaining the code any more. > > Can anyone first: confirm my issue, and then: point me in the right > direction, please? It looks like a lexical binding problem. We switched "org.el" to lexical binding in development version. You may be having a mixed installation, somehow. Regards, --=20 Nicolas Goaziou