Searched refs:holidays (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dcal-tex.el36 ;; (*) Add holidays and diary entries to daily calendar.
49 (autoload 'calendar-holiday-list "holidays" nil t)
67 (defcustom cal-tex-holidays t
68 "*If t (default), then the holidays are also printed.
69 If finding the holidays is too slow, set this to nil."
167 The holidays, diary entries, bottom string, and the text follow.")
221 (defun cal-tex-list-holidays (d1 d2)
222 "Generate a list of all holidays from absolute date D1 to D2."
233 (holidays nil)
237 (setq holidays (appen
[all...]
H A Dholidays.el0 ;;; holidays.el --- holiday functions for the calendar package
8 ;; Keywords: holidays, calendar
97 (defun holidays (&optional arg) function
98 "Display the holidays for last month, this month, and next month.
110 (list-calendar-holidays))))
113 (defun list-holidays (y1 y2 &optional l label)
114 "Display holidays for years Y1 to Y2 (inclusive).
116 The optional list of holidays L defaults to `calendar-holidays'.
117 If you want to control what holidays ar
[all...]
H A Dcalendar.el9 ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays
38 ;; of holidays and other notable days for the period shown; the
73 ;; holidays.el Holiday functions
116 (defgroup holidays nil function
205 "Face for indicating dates that have holidays."
240 (defcustom view-calendar-holidays-initially nil
241 "Non-nil means display holidays for current three month period on entry.
242 The holidays are displayed in another window when the calendar is first
245 :group 'holidays)
248 (defcustom mark-holidays
[all...]
H A Dcal-menu.el187 (defun cal-menu-list-holidays-year ()
188 "Display a list of the holidays of the selected date's year."
191 (list-holidays year year)))
193 (defun cal-menu-list-holidays-following-year ()
194 "Display a list of the holidays of the following year."
197 (list-holidays year year)))
199 (defun cal-menu-list-holidays-previous-year ()
200 "Display a list of the holidays of the previous year."
203 (list-holidays year year)))
215 (list 'list-holidays
[all...]
/macosx-10.9.5/CPANInternal-140/Data-Page/lib/Data/
H A DPage.pm265 @visible_holidays = $page->splice(\@holidays);
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex651 \key{show holidays}{H}
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dldefs-boot.el2940 ;;;;;; solar-holidays bahai-holidays islamic-holidays christian-holidays
2941 ;;;;;; hebrew-holidays other-holidays local-holidays oriental-holidays
2942 ;;;;;; general-holidays holidays
[all...]

Completed in 148 milliseconds