org-html-infojs-options

org-html-infojs-options is a variable defined in `ox-html.el'.
Its value is shown below.

Documentation:
Options settings for the INFOJS JavaScript.
Each of the options must have an entry in `org-html-infojs-opts-table'.
The value can either be a string that will be passed to the script, or
a property. This property is then assumed to be a property that is defined
by the Export/Publishing setup of Org.
The `sdepth' and `tdepth' parameters can also be set to "max", which
means to use the maximum value consistent with other options.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.4 of Emacs.

Value:

((path . "http://orgmode.org/org-info.js") (view . "info") (toc . :with-toc) (ftoc . "0") (tdepth . "max") (sdepth . "max") (mouse . "underline") (buttons . "0") (ltoc . "1") (up . :html-link-up) (home . :html-link-home))