Variable: org-html-klipse-js

org-html-klipse-js is a customizable variable defined in ox-html.el.gz.

Value

"https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js"

Documentation

Location of the klipse javascript file.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-klipse-js
  "https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js"
  "Location of the klipse javascript file."
  :group 'org-export-html
  :type 'string)