From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Birthdays Date: Thu, 9 Aug 2007 07:05:38 +0200 Message-ID: <22dbfa19d98e2775859aef3487c42cdf@science.uva.nl> References: <4916e1b50708050024r6a8dcb19v517fa7d479f5ef1@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJ0DT-0004lR-Eu for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJ0DO-0004jU-4O for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJ0DN-0004jQ-Uo for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:41 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJ0DN-0003RW-FF for emacs-orgmode@gnu.org; Thu, 09 Aug 2007 01:05:41 -0400 In-Reply-To: <4916e1b50708050024r6a8dcb19v517fa7d479f5ef1@mail.gmail.com> 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: Renzo Been Cc: emacs-orgmode@gnu.org On Aug 5, 2007, at 9:24, Renzo Been wrote: > Hi, > > If I set dates for Birthdays in my .org file like the following: > > > **** Birthdays > ***** TODO Jack 1979 > SCHEDULED: <%%(diary-anniversary 5 3 1979)> This should work, and it does for me. There is an error that I do not require diary-lib before using an sexp entry, maybe that it the reason, will be added in the next version. > > And if I write it like this: > > > **** Birthdays > ***** TODO Jack 1979 > SCHEDULED: <%%(diary-anniversary 5 3 1979 Jack)> This cannot work, diary-anniversary only accepts 3 arguments. You can use %%(diary-anniversary 5 3 1979) Jack %d years as you have figures out yourself in your other message. - Carsten