Function: org-odt-entity

org-odt-entity is a byte-compiled function defined in ox-odt.el.gz.

Signature

(org-odt-entity ENTITY CONTENTS INFO)

Documentation

Transcode an ENTITY object from Org to ODT.

CONTENTS are the definition itself. INFO is a plist holding contextual information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
;;;; Entity

(defun org-odt-entity (entity _contents _info)
  "Transcode an ENTITY object from Org to ODT.
CONTENTS are the definition itself.  INFO is a plist holding
contextual information."
  (org-element-property :utf-8 entity))