Function: hywiki--export-preparation-function
hywiki--export-preparation-function is a byte-compiled function
defined in hywiki.el.
Signature
(hywiki--export-preparation-function PROJECT-PLIST)
Documentation
Setup export hook functions.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defun hywiki--export-preparation-function (_project-plist)
"Setup export hook functions."
(message "Hywiki export being prepared...")
(add-hook 'org-export-before-parsing-functions #'hywiki-org-export-function))