From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Feature request: another Org file for anniversary entries Date: Fri, 14 Jan 2011 16:17:00 +0100 Message-ID: <83y66nfrbn.fsf@yahoo.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=44371 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdlOm-00049J-0y for emacs-orgmode@gnu.org; Fri, 14 Jan 2011 10:17:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdlOk-0006mO-N7 for emacs-orgmode@gnu.org; Fri, 14 Jan 2011 10:17:07 -0500 Received: from nm7.bullet.mail.ukl.yahoo.com ([217.146.182.248]:22851) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PdlOk-0006m5-FB for emacs-orgmode@gnu.org; Fri, 14 Jan 2011 10:17:06 -0500 In-Reply-To: (Juraj Kubelka's message of "Fri, 14 Jan 2011 11:44:21 +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: Juraj Kubelka Cc: emacs-orgmode@gnu.org Juraj Kubelka writes: Hi, Juraj, > I would like to add anniversary entries to another Org file then other > diaries. Would it be possible? Isn't the following "code" in an org-file (in the agenda-list) enough? ** Birthdays & anniversaries :PROPERTIES: :CATEGORY: Ann :END: month day [1] %%(diary-anniversary 01 11 1956) John's Birthday (%d yo) If not, would you, please, elaborate? cheers, Giovanni [1] you can also use day month syntax ;-)