Variable: org-odt-fontify-srcblocks

org-odt-fontify-srcblocks is a customizable variable defined in ox-odt.el.gz.

Value

t

Documentation

Specify whether or not source blocks need to be fontified.

Turn this option on if you want to colorize the source code blocks in the exported file. For colorization to work, you need to make available an enhanced version of htmlfontify library.

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
(defcustom org-odt-fontify-srcblocks t
  "Specify whether or not source blocks need to be fontified.
Turn this option on if you want to colorize the source code
blocks in the exported file.  For colorization to work, you need
to make available an enhanced version of `htmlfontify' library."
  :type 'boolean
  :version "24.1")