Variable: org-agenda-show-current-time-in-grid

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

Value

t

Documentation

Non-nil means show the current time in the time grid.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-show-current-time-in-grid t
  "Non-nil means show the current time in the time grid."
  :group 'org-agenda-time-grid
  :version "24.1"
  :type 'boolean)