From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Agenda view of BBDB entries with Hebrew dates for anniversaries Date: Fri, 24 Jun 2016 14:43:16 +0200 Message-ID: <8737o292qj.fsf@saiph.selenimh> References: <1466701315.1380.103.camel@gmail.com> <14053.18054.608081.22380@gargle.gargle.HOWL> <1466710561.1380.108.camel@gmail.com> <87fus3ac9w.fsf@saiph.selenimh> <1466761824.1380.113.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGQSE-0002Fz-Gr for Emacs-orgmode@gnu.org; Fri, 24 Jun 2016 08:43:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGQSC-000576-Oy for Emacs-orgmode@gnu.org; Fri, 24 Jun 2016 08:43:25 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:38412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGQSC-00055u-IK for Emacs-orgmode@gnu.org; Fri, 24 Jun 2016 08:43:24 -0400 In-Reply-To: <1466761824.1380.113.camel@gmail.com> (ST's message of "Fri, 24 Jun 2016 12:50:24 +0300") 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: ST Cc: Emacs-orgmode@gnu.org ST writes: > 1. Get into BBDB mode > 2. add new record with the field: > anniversary: HSivan 17, 5776 birthday > (that is the way you specify a Hebrew date in diary by pressing "i h d" > or Diary -> Insert Hebrew -> One time) > 3. Get into Org mode > 4. Generate Agenda view: C-c a a I see. AFAICT, Org expects anniversaries to be dates following "YYYY-MM-DD" pattern. You may want to customize `org-bbdb-extract-date-fun' and provide it a function to parse Hebrew dates. Regards,