Function: org-odt-line-break

org-odt-line-break is a byte-compiled function defined in ox-odt.el.gz.

Signature

(org-odt-line-break LINE-BREAK CONTENTS INFO)

Documentation

Transcode a LINE-BREAK object 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
;;;; Line Break

(defun org-odt-line-break (_line-break _contents _info)
  "Transcode a LINE-BREAK object from Org to ODT.
CONTENTS is nil.  INFO is a plist holding contextual information."
  "<text:line-break/>")