Variable: org-agenda-use-time-grid

org-agenda-use-time-grid is a customizable variable defined in org-agenda.el.gz.

Value

t

Documentation

Non-nil means show a time grid in the agenda schedule.

A time grid is a set of lines for specific times (like every two hours between
8:00 and 20:00). The items scheduled for a day at specific times are
sorted in between these lines. For details about when the grid will be shown, and what it will look like, see the variable org-agenda-time-grid.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-use-time-grid t
  "Non-nil means show a time grid in the agenda schedule.
A time grid is a set of lines for specific times (like every two hours between
8:00 and 20:00).  The items scheduled for a day at specific times are
sorted in between these lines.
For details about when the grid will be shown, and what it will look like, see
the variable `org-agenda-time-grid'."
  :group 'org-agenda-time-grid
  :type 'boolean)