Function: diary-bahai-insert-yearly-entry
diary-bahai-insert-yearly-entry is an autoloaded, interactive and
byte-compiled function defined in cal-bahai.el.gz.
Signature
(diary-bahai-insert-yearly-entry ARG)
Documentation
Insert an annual diary entry.
For the day of the Bahá’í year corresponding to the date indicated by point. Prefix argument ARG will make the entry nonmarking.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-bahai.el.gz
;;;###cal-autoload
(defun diary-bahai-insert-yearly-entry (arg)
"Insert an annual diary entry.
For the day of the Bahá’í year corresponding to the date indicated by point.
Prefix argument ARG will make the entry nonmarking."
(interactive "P")
(diary-insert-entry-1 'yearly arg calendar-bahai-month-name-array
diary-bahai-entry-symbol
'calendar-bahai-from-absolute))