Variable: org-clock-clocktable-formatter
org-clock-clocktable-formatter is a customizable variable defined in
org-clock.el.gz.
Value
org-clocktable-write-default
Documentation
Function to turn clocking data into a table.
For more information, see org-clocktable-write-default.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defcustom org-clock-clocktable-formatter 'org-clocktable-write-default
"Function to turn clocking data into a table.
For more information, see `org-clocktable-write-default'."
:group 'org-clocktable
:version "24.1"
:type 'function)