Variable: org-clock-frame-title-format
org-clock-frame-title-format is a customizable variable defined in
org-clock.el.gz.
Value
(t org-mode-line-string)
Documentation
The value for frame-title-format when clocking in.
When org-clock-clocked-in-display is set to frame-title
or both, clocking in will replace frame-title-format with
this value. Clocking out will restore frame-title-format.
This uses the same format as frame-title-format, which see.
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-frame-title-format '(t org-mode-line-string)
"The value for `frame-title-format' when clocking in.
When `org-clock-clocked-in-display' is set to `frame-title'
or `both', clocking in will replace `frame-title-format' with
this value. Clocking out will restore `frame-title-format'.
This uses the same format as `frame-title-format', which see."
:version "24.1"
:group 'org-clock
:type 'sexp)