Next: , Previous: Exporting, Up: Top


13 Publishing

Org includes1 a publishing management system that allows you to configure automatic HTML conversion of projects composed of interlinked org files. This system is called org-publish. You can also configure org-publish to automatically upload your exported HTML pages and related attachments, such as images and source code files, to a web server. Org-publish turns Org into a web-site authoring tool.

You can also use Org-publish to convert files into LaTeX, or even combine HTML and LaTeX conversion so that files are available in both formats on the server2.

Org-publish has been contributed to Org by David O'Toole.


Footnotes

[1] org-publish.el is not distributed with Emacs 21, if you are still using Emacs 21, you need you need to download this file separately.

[2] Since LaTeX files on a server are not that helpful, you surely want to perform further conversion on them – e.g. convert them to PDF format.