From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Renzo Been" Subject: Birthdays Date: Sun, 5 Aug 2007 09:24:43 +0200 Message-ID: <4916e1b50708050024r6a8dcb19v517fa7d479f5ef1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IHaUV-0008VK-QD for emacs-orgmode@gnu.org; Sun, 05 Aug 2007 03:25:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IHaUS-0008V8-6F for emacs-orgmode@gnu.org; Sun, 05 Aug 2007 03:25:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IHaUR-0008V5-VT for emacs-orgmode@gnu.org; Sun, 05 Aug 2007 03:25:28 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IHaUP-0000EW-Bs for emacs-orgmode@gnu.org; Sun, 05 Aug 2007 03:25:26 -0400 Received: from mu-out-0910.google.com ([209.85.134.188]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IHaTn-0007dv-8b for emacs-orgmode@gnu.org; Sun, 05 Aug 2007 03:24:47 -0400 Received: by mu-out-0910.google.com with SMTP id g7so1293448muf for ; Sun, 05 Aug 2007 00:24:44 -0700 (PDT) Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, If I set dates for Birthdays in my .org file like the following: **** Birthdays ***** TODO Jack 1979 SCHEDULED: <%%(diary-anniversary 5 3 1979)> I will get the following error message when I use C-c a to open an Agenda view... Bad sexp at line 24 in /Users/Swangdoodles/Agenda.org: (diary-anniversary 5 3 1979) The Agenda still opens and works fine, but if I've got a whole list of Birthdays, then it takes a while before it loads... because it displays an error-message for every Birthday in the org-file... And if I write it like this: **** Birthdays ***** TODO Jack 1979 SCHEDULED: <%%(diary-anniversary 5 3 1979 Jack)> Then the agenda view does not open, but it keeps looping all the errors over and over again... Should I Schedule Birthdays in a different way than I have done (see the two above examples)?? Thanx, Renzo