Variable: calendar-islamic-all-holidays-flag
calendar-islamic-all-holidays-flag is a customizable variable defined
in calendar.el.gz.
Value
nil
Documentation
If nil, show only major holidays from the Islamic calendar.
This means only those Islamic holidays that appear on secular calendars. Otherwise, show all the holidays that would appear in a complete Islamic calendar.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-islamic-all-holidays-flag nil
"If nil, show only major holidays from the Islamic calendar.
This means only those Islamic holidays that appear on secular calendars.
Otherwise, show all the holidays that would appear in a complete Islamic
calendar."
:type 'boolean
:group 'holidays)