Variable: org-html-head-include-scripts
org-html-head-include-scripts is a customizable variable defined in
ox-html.el.gz.
Value
nil
Documentation
Non-nil means include the JavaScript snippets in exported HTML files.
The actual script is defined in org-html-scripts.
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
;;;; Template :: Scripts
(defcustom org-html-head-include-scripts nil
"Non-nil means include the JavaScript snippets in exported HTML files.
The actual script is defined in `org-html-scripts'."
:group 'org-export-html
:version "24.4"
:package-version '(Org . "8.0")
:type 'boolean)