Function: hywiki-org-get-publish-property

hywiki-org-get-publish-property is a byte-compiled function defined in hywiki.el.

Signature

(hywiki-org-get-publish-property PROPERTY)

Documentation

Return the value of HyWiki Org publish PROPERTY symbol.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defun hywiki-org-get-publish-property (property)
  "Return the value of HyWiki Org publish PROPERTY symbol."
  (require 'ox-publish)
  (org-publish-property property (hywiki-org-get-publish-project)))