From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to include diary anniversary entries into default org-agenda? Date: Wed, 20 Dec 2017 10:27:15 -0500 Message-ID: <87vah1pgh8.fsf@alphaville.usersys.redhat.com> References: <847ethdas2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRgHQ-0004ve-MK for emacs-orgmode@gnu.org; Wed, 20 Dec 2017 10:27:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRgHM-00069u-6g for emacs-orgmode@gnu.org; Wed, 20 Dec 2017 10:27:36 -0500 Received: from [195.159.176.226] (port=37119 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eRgHL-00067Y-Uf for emacs-orgmode@gnu.org; Wed, 20 Dec 2017 10:27:32 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eRgFI-0001vw-VI for emacs-orgmode@gnu.org; Wed, 20 Dec 2017 16:25:24 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Marco Wahl writes: > stardiviner writes: > >> I have an org-mode file: >> >> #+begin_src org >> ,* Anniversary >> >> ,** my first child anniversary >> >> %%(diary-anniversary 10 26 2017) >> >> ,** Funeral Arrangement >> >> ,*** kk >> >> %%(diary-anniversary 12 8 2007) >> #+end_src >> >> How to include and show them in default org-agenda day view by >> configuring org-mode? > > IIUC you can use > > #+begin_src org > ,** my first child anniversary > <%%(org-anniversary 2016 12 20)> > #+end_src > > to get a corresponding entry in the agenda. > > I like keeping anniversaries in bbdb: ,---- | Some Person | mail: some-person@nowhere.com | anniversary: 1990-01-01 birthday | 2015-01-01 wedding `---- and incorporating them into the agenda with ,---- | * Anniversaries | %%(org-bbdb-anniversaries) `---- in one of my agenda files. -- Nick