From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Hofert Subject: Re: How to set up anniversaries/birthdays with org-contacts-anniversaries? Date: Tue, 8 Nov 2011 22:43:22 +0100 Message-ID: <545524F1-AC54-4ADB-8EDA-6AA4BBAA551E@math.ethz.ch> References: <49FF00AC-D45D-41ED-95A9-98C771F52282@math.ethz.ch> <32789D68-74E0-4B80-9C17-BB9C405535F9@math.ethz.ch> <4660.1320787996@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNtS3-0005lk-5v for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 16:43:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNtS2-0003Aa-1f for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 16:43:27 -0500 Received: from edge20.ethz.ch ([82.130.99.26]:16669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNtS1-0003AW-Rn for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 16:43:26 -0500 In-Reply-To: <4660.1320787996@alphaville.americas.hpqcorp.net> 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: nicholas.dokos@hp.com Cc: Emacs help >=20 > The org sexp handler issues this message whenever an error is = signalled > when trying to evaluate the sexp. >=20 > In this case (as in most of these cases), the error is probably = because > org-contacts-anniversaries is not defined, for whatever reason. >=20 > Try to eval >=20 > (org-contacts-anniversaries) >=20 > manually - what do you get? I get=20 >=20 via M-x org-contacts-anniversaries? I get "No match" > ,---- > | Debugger entered--Lisp error: (void-function = org-contacts-anniversaries) > | (org-contacts-anniversaries) > | eval((org-contacts-anniversaries) nil) > | eval-last-sexp-1(nil) > | eval-last-sexp(nil) > | call-interactively(eval-last-sexp nil nil) > `---- >=20 > Then load org-contacts with >=20 > (require 'org-contacts) Yes, I already had this in .emacs (and obtained "No match") >=20 > or similar, and try the eval again. I get nil as a result, but more > importantly, no error. Assuming that you get no error either, try the > agenda again. >=20 > Nick I found out that the error happens due to either one of two reasons: 1) I have a :BIRTHDAY: tag which is <1970 or >2037 2) I have an empty :BIRTHDAY: tag Have you seen my link to stackoverflow above? I got help there and = finally realized that it's linked to the problem discussed here = (involving posts of you, too): http://thread.gmane.org/gmane.emacs.orgmode/39206 Is that solved? Will it be (automatically) solved if Emacs (for Mac) = learns how to use the Mac's 64 bit architecture? Cheers, Marius