From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: get bbdb entry from org-agenda Date: Thu, 12 Jun 2008 16:31:39 +0200 Message-ID: <9ABF29B5-83E3-4430-9C5A-7950F758709D@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6nqG-0003nY-N4 for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 10:31:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6nqD-0003li-7t for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 10:31:56 -0400 Received: from [199.232.76.173] (port=45103 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6nqD-0003lf-3L for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 10:31:53 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:51376) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6nqC-0007Az-59 for emacs-orgmode@gnu.org; Thu, 12 Jun 2008 10:31:52 -0400 In-Reply-To: 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: Thomas Baumann Cc: emacs-orgmode@gnu.org Hi Thomas, this is excellent, thank you very much! Sorry that it took so long. I am making this the default. - Carsten On May 30, 2008, at 7:28 PM, Thomas Baumann wrote: > Hi, > > the display of bbdb-anniversaries can be customized to use a > function to > insert a link to bbdb: > > M-x customize-option org-bbdb-anniversary-format-alist > > and then add/change > > > (("birthday" lambda > (name years suffix) > (concat "Birthday: [[bbdb:" name "][" name " (" > (number-to-string years) > suffix ")]]")) > ("wedding" lambda > (name years suffix) > (concat "[[bbdb:" name "][" name "'s " > (number-to-string years) > suffix " wedding anniversary]]"))) > > If one doesn't like to use a function, an alternative would be > > (("birthday" . "Birthday: [[bbdb:%s]] (%d%s)") > ("wedding" . "[[bbdb:%s]]'s %d%s wedding anniversary")) > > but this leaves the agenda with bbdb:Name links. > > I don't think I know how to make jump to the bbdb-buffer > instead to the org-file > > Ciao > Thomas > > PS. Carsten should we make the function the default behaviour? > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode