Variable: org-export-with-statistics-cookies

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

Value

t

Documentation

Non-nil means include statistics cookies in export.

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

This variable was added, or its default value changed, in Org version
8.0.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox.el.gz
(defcustom org-export-with-statistics-cookies t
  "Non-nil means include statistics cookies in export.
This option can also be set with the OPTIONS keyword,
e.g. \"stat:nil\""
  :group 'org-export-general
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'boolean
  :safe #'booleanp)