Function: diary-islamic-insert-entry

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

Signature

(diary-islamic-insert-entry ARG)

Documentation

Insert a diary entry.

For the Islamic date 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-entry (arg)
  "Insert a diary entry.
For the Islamic date corresponding to the date indicated by point.
Prefix argument ARG makes the entry nonmarking."
  (interactive "P")
  (diary-insert-entry-1 nil arg calendar-islamic-month-name-array
                        diary-islamic-entry-symbol
                        'calendar-islamic-from-absolute))