Variable: org-html-klipse-css

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

Value

"https://storage.googleapis.com/app.klipse.tech/css/codemirror.css"

Documentation

Location of the codemirror CSS file for use with klipse.

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

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
(defcustom org-html-klipse-css
  "https://storage.googleapis.com/app.klipse.tech/css/codemirror.css"
  "Location of the codemirror CSS file for use with klipse."
  :group 'org-export-html
  :package-version '(Org . "9.1")
  :type 'string)