Variable: kexport:html-description

kexport:html-description is a customizable variable defined in kexport.el.

Value

"Created by Hyperbole's outliner.\nSee "(hyperbole)Koutliner" for more information."

Documentation

String to insert as the HTML-exported document's description, or nil for none.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kexport.el
(defcustom kexport:html-description
  "Created by Hyperbole's outliner.\nSee "(hyperbole)Koutliner" for more information."
  "String to insert as the HTML-exported document's description, or nil for none."
  :type '(choice (const nil)
		 (string))
  :group 'hyperbole-koutliner)