Variable: org-clock-total-time-cell-format

org-clock-total-time-cell-format is a customizable variable defined in org-clock.el.gz.

Value

"*%s*"

Documentation

Format string for the total time cells.

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-total-time-cell-format "*%s*"
  "Format string for the total time cells."
  :group 'org-clock
  :version "24.1"
  :type 'string)