ST <smn...@gmail.com> 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,