Function: org-latex-section

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

Signature

(org-latex-section SECTION CONTENTS INFO)

Documentation

Transcode a SECTION element from Org to LaTeX.

CONTENTS holds the contents of the section. INFO is a plist holding contextual information.

Source Code

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

(defun org-latex-section (_section contents _info)
  "Transcode a SECTION element from Org to LaTeX.
CONTENTS holds the contents of the section.  INFO is a plist
holding contextual information."
  contents)