Variable: hywiki-org-publishing-function

hywiki-org-publishing-function is a customizable variable defined in hywiki.el.

Value

org-html-publish-to-html

Documentation

HyWiki Org publish function used to export a HyWiki page to html.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defcustom hywiki-org-publishing-function 'org-html-publish-to-html
  "HyWiki Org publish function used to export a HyWiki page to html."
  :initialize #'custom-initialize-default
  :set (lambda (option value)
	 (set option value)
	 (hywiki-org-set-publish-project))
  :type 'symbol
  :group 'hyperbole-hywiki)