Function: org-latex-entity

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

Signature

(org-latex-entity ENTITY CONTENTS INFO)

Documentation

Transcode an ENTITY object from Org to LaTeX.

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

Source Code

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

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