Function: diary-bahai-insert-entry
diary-bahai-insert-entry is an autoloaded, interactive and
byte-compiled function defined in cal-bahai.el.gz.
Signature
(diary-bahai-insert-entry ARG)
Documentation
Insert a diary entry.
For the Bahá’í date 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-entry (arg)
"Insert a diary entry.
For the Bahá’í date corresponding to the date indicated by point.
Prefix argument ARG makes the entry nonmarking."
(interactive "P")
(diary-insert-entry-1 nil arg calendar-bahai-month-name-array
diary-bahai-entry-symbol
'calendar-bahai-from-absolute))