Next: Advanced topics in ODT export, Previous: Labels and captions in ODT export, Up: OpenDocument Text Export [Contents][Index]
The ODT export backend supports literal examples (see Literal Examples) with full fontification. Internally, the ODT export backend relies on ‘htmlfontify.el’ to generate the style definitions needed for fancy listings. The auto-generated styles get ‘OrgSrc’ prefix and inherit colors from the faces used by Emacs Font Lock library for that source language.
For custom fontification styles, customize the
org-odt-create-custom-styles-for-srcblocks
option.
To turn off fontification of literal examples, customize the
org-odt-fontify-srcblocks
option.