Next: , Previous: , Up: Exporting Documents   [Index]


2.9.2 Additional Back-Ends

Users can install libraries for additional formats from the Emacs packaging system. More libraries can be found in the ‘contrib/’ directory.

Additional back-ends can be loaded in either of two ways:

For example, to load the Markdown back-end, add this to your Emacs config:

(require 'ox-md)