From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renzo Been Subject: Re: Birthdays Date: Mon, 6 Aug 2007 04:48:11 +0000 (UTC) Message-ID: References: <4916e1b50708050024r6a8dcb19v517fa7d479f5ef1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1II3D1-0006zJ-P0 for emacs-orgmode@gnu.org; Mon, 06 Aug 2007 10:05:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1II3Cx-0006yk-MO for emacs-orgmode@gnu.org; Mon, 06 Aug 2007 10:05:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1II3Cx-0006yf-II for emacs-orgmode@gnu.org; Mon, 06 Aug 2007 10:05:19 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1II3Cv-0000Yp-Ps for emacs-orgmode@gnu.org; Mon, 06 Aug 2007 10:05:18 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1II3Cg-00061v-2m for emacs-orgmode@gnu.org; Mon, 06 Aug 2007 16:05:02 +0200 Received: from 193.172.150.134 ([193.172.150.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Aug 2007 16:05:02 +0200 Received: from swangdoodles by 193.172.150.134 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Aug 2007 16:05:02 +0200 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 Sorry for my previous e-mail, I found the answer brozsing through the org-info documentation: Note that the sexp entries must start at the left margin, no white space is allowed before them. For example, the following segment of an Org-mode file will be processed and entries will be made in the agenda: * Birthdays and similar stuff #+CATEGORY: Holiday %%(org-calendar-holiday) ; special function for holiday names #+CATEGORY: Ann %%(diary-anniversary 14 5 1956) Arthur Dent is %d years old %%(diary-anniversary 2 10 1869) Mahatma Gandhi would be %d years old Ciao, Renzo