Variable: org-clock-string-limit

org-clock-string-limit is a customizable variable defined in org-clock.el.gz.

Value

0

Documentation

Maximum length of clock strings in the mode line. 0 means no limit.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defcustom org-clock-string-limit 0
  "Maximum length of clock strings in the mode line.  0 means no limit."
  :group 'org-clock
  :type 'integer)