Variable: org-clock-clocktable-default-properties

org-clock-clocktable-default-properties is a customizable variable defined in org-clock.el.gz.

Value

(:maxlevel 2)

Documentation

Default properties for new clocktables.

These will be inserted into the BEGIN line, to make it easy for users to play with them.

This variable was added, or its default value changed, in Org version
9.2.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defcustom org-clock-clocktable-default-properties '(:maxlevel 2)
  "Default properties for new clocktables.
These will be inserted into the BEGIN line, to make it easy for users to
play with them."
  :group 'org-clocktable
  :package-version '(Org . "9.2")
  :type 'plist)