Function: org-odt-fixed-width

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

Signature

(org-odt-fixed-width FIXED-WIDTH CONTENTS INFO)

Documentation

Transcode a FIXED-WIDTH element from Org to ODT.

CONTENTS is nil. INFO is a plist holding contextual information.

Source Code

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

(defun org-odt-fixed-width (fixed-width _contents info)
  "Transcode a FIXED-WIDTH element from Org to ODT.
CONTENTS is nil.  INFO is a plist holding contextual information."
  (org-odt-do-format-code (org-element-property :value fixed-width) info))