Function: diary-islamic-insert-yearly-entry

diary-islamic-insert-yearly-entry is an autoloaded, interactive and byte-compiled function defined in cal-islam.el.gz.

Signature

(diary-islamic-insert-yearly-entry ARG)

Documentation

Insert an annual diary entry.

For the day of the Islamic year corresponding to the date indicated by point. Prefix argument ARG makes the entry nonmarking.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-islam.el.gz
;;;###cal-autoload
(defun diary-islamic-insert-yearly-entry (arg)
  "Insert an annual diary entry.
For the day of the Islamic year corresponding to the date indicated by point.
Prefix argument ARG makes the entry nonmarking."
  (interactive "P")
  (diary-insert-entry-1 'yearly arg calendar-islamic-month-name-array
                        diary-islamic-entry-symbol
                        'calendar-islamic-from-absolute))