Function: org-odt-section
org-odt-section is a byte-compiled function defined in ox-odt.el.gz.
Signature
(org-odt-section SECTION CONTENTS INFO)
Documentation
Transcode a SECTION element from Org to ODT.
CONTENTS holds the contents of the section. INFO is a plist holding contextual information.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-odt.el.gz
(defun org-odt-section (_section contents _info) ; FIXME
"Transcode a SECTION element from Org to ODT.
CONTENTS holds the contents of the section. INFO is a plist
holding contextual information."
contents)