Variable: calendar-bahai-all-holidays-flag

calendar-bahai-all-holidays-flag is a customizable variable defined in calendar.el.gz.

Value

nil

Documentation

If nil, show only major holidays from the Bahá’í calendar.

These are the days on which work and school must be suspended. Otherwise, show all the holidays that would appear in a complete Bahá’í calendar.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-bahai-all-holidays-flag nil
  "If nil, show only major holidays from the Bahá’í calendar.
These are the days on which work and school must be suspended.
Otherwise, show all the holidays that would appear in a complete Bahá’í
calendar."
  :type 'boolean
  :group 'holidays)