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