Variable: org-agenda-start-with-clockreport-mode

org-agenda-start-with-clockreport-mode is a customizable variable defined in org-agenda.el.gz.

Value

nil

Documentation

The initial value of clockreport-mode in a newly created agenda window.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-start-with-clockreport-mode nil
  "The initial value of clockreport-mode in a newly created agenda window."
  :group 'org-agenda-startup
  :group 'org-agenda-daily/weekly
  :type 'boolean)