Function: org-odt-center-block

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

Signature

(org-odt-center-block CENTER-BLOCK CONTENTS INFO)

Documentation

Transcode a CENTER-BLOCK element from Org to ODT.

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

Source Code

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

(defun org-odt-center-block (_center-block contents _info)
  "Transcode a CENTER-BLOCK element from Org to ODT.
CONTENTS holds the contents of the center block.  INFO is a plist
holding contextual information."
  contents)