From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: testing org-bbdb-anniversaries Date: Fri, 21 Feb 2020 19:02:11 +0100 Message-ID: <87zhdbes4c.fsf@nicolasgoaziou.fr> References: <86blprj391.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44750) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5Cd8-00027Q-NU for emacs-orgmode@gnu.org; Fri, 21 Feb 2020 13:02:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5Cd7-0005Hh-BJ for emacs-orgmode@gnu.org; Fri, 21 Feb 2020 13:02:26 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:46993) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5Cd7-0005Fv-5O for emacs-orgmode@gnu.org; Fri, 21 Feb 2020 13:02:25 -0500 In-Reply-To: <86blprj391.fsf@gmail.com> (=?utf-8?Q?=22Andr=C3=A9s_Ram?= =?utf-8?Q?=C3=ADrez=22's?= message of "Fri, 21 Feb 2020 16:48:10 +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-mx.org@gnu.org Sender: "Emacs-orgmode" To: =?utf-8?Q?Andr=C3=A9s_Ram=C3=ADrez?= Cc: emacs-orgmode@gnu.org Hello, rrandresf@gmail.com (Andr=C3=A9s Ram=C3=ADrez) writes: > I eval 'org-bbdb-anniversaries' that lead me to > > --8<---------------cut here---------------start------------->8--- > Debugger entered--Lisp error: (void-variable date) > (car date) [...] > above is intended behaviour? Sadly, yes. Like most diary-related stuff, it expects the `date' variable to be globally bound. > I would like to to check an specific date on bbdb-records 2020-02-29 > and that date should return me a result that would confirm me > org-bbdb-anniversaries is loading my entries on agenda, otherwise a > warning message should appear on emacs startup. > > Which is the right way of checking org-bbdb-anniversaries is loading my > entries? Something like=20 (let ((date '(2 29 2020))) (org-bbdb-anniversaries)) should do. Regards, --=20 Nicolas Goaziou