Function: diary-bahai-list-entries
diary-bahai-list-entries is an autoloaded and byte-compiled function
defined in cal-bahai.el.gz.
Signature
(diary-bahai-list-entries)
Documentation
Add any Bahá’í date entries from the diary file to diary-entries-list.
Bahá’í date diary entries must be prefaced by diary-bahai-entry-symbol
(normally a B). The same diary date forms govern the style of the
Bahá’í calendar entries, except that the Bahá’í month names cannot be
abbreviated. The Bahá’í months are numbered from 1 to 19 with Bahá being
1 and 19 being `Alá. If a Bahá’í 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-bahai.el.gz
;;;###diary-autoload
(defun diary-bahai-list-entries ()
"Add any Bahá’í date entries from the diary file to `diary-entries-list'.
Bahá’í date diary entries must be prefaced by `diary-bahai-entry-symbol'
\(normally a `B'). The same diary date forms govern the style of the
Bahá’í calendar entries, except that the Bahá’í month names cannot be
abbreviated. The Bahá’í months are numbered from 1 to 19 with Bahá being
1 and 19 being `Alá. If a Bahá’í 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-bahai-month-name-array
diary-bahai-entry-symbol
'calendar-bahai-from-absolute))