From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Andresen Subject: Re: Date calculations Date: Wed, 30 Dec 2009 14:11:07 +0100 Message-ID: <87r5qctxn8.fsf@in-ulm.de> References: <6DC4A9FE-BA1F-4106-87D7-29985BF09116@jumans.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPyKb-0005G7-4O for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 08:11:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPyKW-0005Du-Lf for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 08:11:16 -0500 Received: from [199.232.76.173] (port=58382 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPyKW-0005Dn-IB for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 08:11:12 -0500 Received: from mail.in-ulm.de ([217.10.8.10]:45859) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1NPyKV-0004He-Tq for emacs-orgmode@gnu.org; Wed, 30 Dec 2009 08:11:12 -0500 In-Reply-To: <6DC4A9FE-BA1F-4106-87D7-29985BF09116@jumans.net> (fredrik@jumans.net's message of "Wed, 30 Dec 2009 13:47:12 +0100") 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 Hey, Fredrik writes: > I'm using a normal org-file as my contact register so I easier can > link tasks to a specific person. I have also added events as birthdays > to each contact but is there some way I can make them show up in the > agenda with some yearly calculations? > > For example a simple birthday reminder can look like this: > > * <2006-12-30 ++1y> Happy Birthday! > > Is there some clever way I can add a date calculation to it when it > shows up in the agenda? > > * <2006-12-30 ++1y> Happy Birthday %d years! I used to do it the way it was done in the manual: (info "(org)Weekly/daily agenda") under Calendar/Diary integration %%(diary-anniversary 14 5 1956) Arthur Dent is %d years old I now use bbdb which also works good and has gnus integration which is important to me. > Regards, > > Fredrik br, benny