From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: feature request : org-bbdb-anniversaries and iCal export Date: Thu, 11 Jun 2009 18:48:58 +0200 Message-ID: References: <4a2c0c8a.1358560a.1eca.1dd1@mx.google.com> Mime-Version: 1.0 (Apple Message framework v935.3) 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 1MEnSe-0007z0-Ai for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 12:49:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEnSY-0007uF-Vu for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 12:49:07 -0400 Received: from [199.232.76.173] (port=53718 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEnSY-0007u6-QG for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 12:49:02 -0400 Received: from ey-out-1920.google.com ([74.125.78.150]:62295) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEnSY-0005Pb-EI for emacs-orgmode@gnu.org; Thu, 11 Jun 2009 12:49:02 -0400 Received: by ey-out-1920.google.com with SMTP id 5so59094eyb.48 for ; Thu, 11 Jun 2009 09:49:01 -0700 (PDT) In-Reply-To: <4a2c0c8a.1358560a.1eca.1dd1@mx.google.com> 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: Richard Riley , Thomas Baumann Cc: Emacs-orgmode mailing list 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