Variable: cal-tex-daily-start
cal-tex-daily-start is a customizable variable defined in
cal-tex.el.gz.
Value
8
Documentation
The first 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-start 8
"The first hour of the daily LaTeX calendar page.
At present, this only affects `cal-tex-cursor-day'."
:type 'integer
:group 'calendar-tex)