Variable: holiday-bahai-holidays

holiday-bahai-holidays is a customizable variable defined in holidays.el.gz.

Value

((holiday-bahai-new-year) (holiday-bahai-ridvan)
 (holiday-bahai 4 8 "Declaration of the Báb")
 (holiday-bahai 4 13 "Ascension of Bahá’u’lláh")
 (holiday-bahai 6 17 "Martyrdom of the Báb")
 (holiday-bahai-twin-holy-birthdays)
 (if calendar-bahai-all-holidays-flag
     (append (holiday-bahai 14 4 "Day of the Covenant")
	     (holiday-bahai 14 6 "Ascension of ‘Abdu’l-Bahá"))))

Documentation

Bahá’í holidays.

See the documentation for calendar-holidays for details.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/holidays.el.gz
;;;###autoload
(defcustom holiday-bahai-holidays
  '((holiday-bahai-new-year)
    (holiday-bahai-ridvan)      ; respects calendar-bahai-all-holidays-flag
    (holiday-bahai  4  8 "Declaration of the Báb")
    (holiday-bahai  4 13 "Ascension of Bahá’u’lláh")
    (holiday-bahai  6 17 "Martyrdom of the Báb")
    (holiday-bahai-twin-holy-birthdays) ; dates vary based on lunar calendar
    (if calendar-bahai-all-holidays-flag
        (append
         (holiday-bahai 14  4 "Day of the Covenant")
         (holiday-bahai 14  6 "Ascension of ‘Abdu’l-Bahá"))))
  "Bahá’í holidays.
See the documentation for `calendar-holidays' for details."
  :set #'holidays--set-calendar-holidays
  :type 'sexp)