Variable: kexport:html-keywords
kexport:html-keywords is a customizable variable defined in
kexport.el.
Value
nil
Documentation
String of comma separated keywords to include with an HTML-exported document.
If nil, use no keywords.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kexport.el
(defcustom kexport:html-keywords nil
"String of comma separated keywords to include with an HTML-exported document.
If nil, use no keywords."
:type '(choice (const nil)
(string))
:group 'hyperbole-koutliner)