From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: feature request : org-bbdb-anniversaries and iCal export Date: Sat, 13 Jun 2009 03:54:23 +0200 Message-ID: <4a3306cf.0405560a.597a.4c0e@mx.google.com> References: <4a2c0c8a.1358560a.1eca.1dd1@mx.google.com> 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 1MFIRu-0008Un-SR for emacs-orgmode@gnu.org; Fri, 12 Jun 2009 21:54:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFIRu-0008Tz-Gv for emacs-orgmode@gnu.org; Fri, 12 Jun 2009 21:54:26 -0400 Received: from [199.232.76.173] (port=40241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFIRu-0008Tl-7s for emacs-orgmode@gnu.org; Fri, 12 Jun 2009 21:54:26 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:4558) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFIRt-0003h8-Sx for emacs-orgmode@gnu.org; Fri, 12 Jun 2009 21:54:26 -0400 Received: by fg-out-1718.google.com with SMTP id e12so723373fga.7 for ; Fri, 12 Jun 2009 18:54:25 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Thu, 11 Jun 2009 18:48:58 +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: Carsten Dominik Cc: Thomas Baumann , Emacs-orgmode mailing list , Richard Riley Carsten Dominik writes: > On Jun 7, 2009, at 8:52 PM, Richard Riley wrote: > >> >> I just thought I would chance my arm if anyone is doing any work on >> the >> iCal exporter. >> >> It would be GREAT if it could include the Anniversary includes which >> are >> generated from BBDB. e.g My agenda looks like: >> >> >> ,---- >> | Friday 12 June 2009 >> | Anniv: Birthday: [[bbdb:Sabine F][Sabine F (35th)]] >> `---- >> >> >> Where this is generated from my diary.org which includes: >> >> #+CATEGORY: Anniv >> %%(org-bbdb-anniversaries) > > > Thanks to Thoman Baumann, you can now do > > git pull > > (setq org-icalendar-include-bbdb-anniversaries t) > > C-c C-e c > > > - Carsten > > Thats fantastic! Thanks guys.