Variable: org-export-with-clocks

org-export-with-clocks is a customizable variable defined in ox.el.gz.

Value

nil

Documentation

Non-nil means export CLOCK keywords.

This option can also be set with the OPTIONS keyword, e.g. "c:t".

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-clocks nil
  "Non-nil means export CLOCK keywords.
This option can also be set with the OPTIONS keyword,
e.g. \"c:t\"."
  :group 'org-export-general
  :type 'boolean
  :safe #'booleanp)