From mboxrd@z Thu Jan 1 00:00:00 1970 From: ST Subject: Re: Agenda view of BBDB entries with Hebrew dates for anniversaries Date: Thu, 23 Jun 2016 22:36:01 +0300 Message-ID: <1466710561.1380.108.camel@gmail.com> References: <1466701315.1380.103.camel@gmail.com> <14053.18054.608081.22380@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGAQ6-0003Wf-8l for Emacs-orgmode@gnu.org; Thu, 23 Jun 2016 15:36:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGAQ1-0000N4-6s for Emacs-orgmode@gnu.org; Thu, 23 Jun 2016 15:36:09 -0400 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:37839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGAQ1-0000Mh-01 for Emacs-orgmode@gnu.org; Thu, 23 Jun 2016 15:36:05 -0400 Received: by mail-wm0-x230.google.com with SMTP id a66so63640923wme.0 for ; Thu, 23 Jun 2016 12:36:03 -0700 (PDT) Received: from debox (bzq-79-179-138-41.red.bezeqint.net. [79.179.138.41]) by smtp.gmail.com with ESMTPSA id f189sm5295675wmf.19.2016.06.23.12.36.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jun 2016 12:36:02 -0700 (PDT) In-Reply-To: <14053.18054.608081.22380@gargle.gargle.HOWL> 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 Here is what BBDB developers have to say about my issue... maybe it will help... On Thu, 2016-06-23 at 21:22 +0200, Roland Winkler wrote: > On Thu Jun 23 2016 ST wrote: > > I managed to add anniversaries/birthdays to BBDB and display them in > > org-agenda. Now I need to move to the next step and provide those dates > > as Hebrew dates. In diary mode the dates seem to look like HSivan 17, > > 5776 . However if I put it to BBDB like anniversary: HSivan 17, 5776 > > birthday - I get error while trying to generate agenda view: bad-sexp at > > line 5 /path/to/agenda.org (org-bbdb-anniversaries). Any ideas on how to > > get it working? > > You might want to ask this question on a list for org mode. > bbdb-anniv.el has been designed to work with the Emacs calendar. As > described in this file > > In particular, `calendar-date-style' is obeyed via `diary-date-forms'. > > Yet I do not know anything about how org mode might interact with > BBDB anniversaries. > > You mention that you get an error from org-bbdb-anniversaries. This > function is part of org mode, not of BBDB. I do not know what it is > doing / what it is supposed to do. > > (Do your Hebrew dates interact properly with the Emacs calendar?) > > Roland