Variable: hywiki-org-publishing-directory
hywiki-org-publishing-directory is a customizable variable defined in
hywiki.el.
Value
"~/public_hywiki"
Documentation
Directory where HyWiki pages are converted into html and published.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defcustom hywiki-org-publishing-directory "~/public_hywiki"
"Directory where HyWiki pages are converted into html and published."
:initialize #'custom-initialize-default
:set (lambda (option value)
(set option value)
(hywiki-org-set-publish-project))
:type 'string
:group 'hyperbole-hywiki)