Function: diary-hebrew-list-entries
diary-hebrew-list-entries is an autoloaded and byte-compiled function
defined in cal-hebrew.el.gz.
Signature
(diary-hebrew-list-entries)
Documentation
Add any Hebrew date entries from the diary file to diary-entries-list.
Hebrew date diary entries must be prefaced by diary-hebrew-entry-symbol
(normally an H). The same diary date forms govern the style
of the Hebrew calendar entries, except that the Hebrew month
names cannot be abbreviated. The Hebrew months are numbered
from 1 to 13 with Nisan being 1, 12 being Adar I and 13 being
Adar II; you must use "Adar I" if you want Adar of a common
Hebrew year. If a Hebrew date diary entry begins with
diary-nonmarking-symbol, the entry will appear in the diary
listing, but will not be marked in the calendar. This function
is provided for use with diary-nongregorian-listing-hook.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-hebrew.el.gz
;;;###diary-autoload
(defun diary-hebrew-list-entries ()
"Add any Hebrew date entries from the diary file to `diary-entries-list'.
Hebrew date diary entries must be prefaced by `diary-hebrew-entry-symbol'
\(normally an `H'). The same diary date forms govern the style
of the Hebrew calendar entries, except that the Hebrew month
names cannot be abbreviated. The Hebrew months are numbered
from 1 to 13 with Nisan being 1, 12 being Adar I and 13 being
Adar II; you must use \"Adar I\" if you want Adar of a common
Hebrew year. If a Hebrew date diary entry begins with
`diary-nonmarking-symbol', the entry will appear in the diary
listing, but will not be marked in the calendar. This function
is provided for use with `diary-nongregorian-listing-hook'."
(diary-list-entries-1 calendar-hebrew-month-name-array-leap-year
diary-hebrew-entry-symbol
'calendar-hebrew-from-absolute))