Function: org-html-entity
org-html-entity is a byte-compiled function defined in ox-html.el.gz.
Signature
(org-html-entity ENTITY CONTENTS INFO)
Documentation
Transcode an ENTITY object from Org to HTML.
CONTENTS are the definition itself. INFO is a plist holding contextual information.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-html.el.gz
;;;; Entity
(defun org-html-entity (entity _contents _info)
"Transcode an ENTITY object from Org to HTML.
CONTENTS are the definition itself. INFO is a plist holding
contextual information."
(org-element-property :html entity))