Variable: org-odt-prettify-xml

org-odt-prettify-xml is a customizable variable defined in ox-odt.el.gz.

Value

nil

Documentation

Specify whether or not the xml output should be prettified.

When this option is turned on, indent-region is run on all component xml buffers before they are saved. Turn this off for regular use. Turn this on if you need to examine the xml visually.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

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

(defcustom org-odt-prettify-xml nil
  "Specify whether or not the xml output should be prettified.
When this option is turned on, `indent-region' is run on all
component xml buffers before they are saved.  Turn this off for
regular use.  Turn this on if you need to examine the xml
visually."
  :version "24.1"
  :type 'boolean)