Variable: cal-tex-daily-end
cal-tex-daily-end is a customizable variable defined in cal-tex.el.gz.
Value
20
Documentation
The last hour of the daily LaTeX calendar page.
At present, this only affects cal-tex-cursor-day.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-tex.el.gz
(defcustom cal-tex-daily-end 20
"The last hour of the daily LaTeX calendar page.
At present, this only affects `cal-tex-cursor-day'."
:type 'integer
:group 'calendar-tex)