Variable: hywiki-org-publish-project-alist
hywiki-org-publish-project-alist is a variable defined in hywiki.el.
Value
("hywiki" :preparation-function hywiki--export-preparation-function
:completion-function hywiki--export-completion-function :auto-sitemap
t :base-directory "/root/hywiki/" :html-head
"<link rel=\"stylesheet\" type=\"text/css\" href=\"/root/.emacs.d/elpa/hyperbole-20260414.325/man/hyperbole.css\"/>"
:html-link-home "index.html" :html-postamble t :html-postable-format
(("en"
"<p class=\"author\">Author: %a (%e)</p>\n <p class=\"last-mod\">Last Modified: %C</p>\n <p class=\"creator\">%c</p>"))
:html-prefer-user-labels t :makeindex nil :publishing-directory
"~/public_hywiki" :publishing-function org-html-publish-to-html
:section-numbers t :shell "shell-command" :sitemap-filename
"index.org" :sitemap-title "HyWiki" :with-date t :with-toc nil)
Documentation
HyWiki-specific export properties added to org-publish-project-alist.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar hywiki-org-publish-project-alist nil
"HyWiki-specific export properties added to `org-publish-project-alist'.")