(orgmode.org) Publishing Org-mode files to HTML
ROAM_REFS: https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html
- Publishing Org-mode files to HTML
** Introduction
This Tutorial describes one of many ways to publishing Org-mode files to XHTML. We use the publishing mechanism to keep the
*.htmlfiles separated from our*.orgfiles and to access them via web browser. Simply exporting the Org-mode files to HTML would leave them in~/org/.The XHTML files we create will work every where, on any host, with or without network access, and even when accessed through the
file:///protocol. To achieve this goal, we use
- no absolute paths in HTML,
- no server side scripting to navigate our output directories,
- no
baseelement (which is optional as of XHTML 1.0 strict) and- no software, but emacs, Org-mode and a web browser.
All this means, we are able to check and use the result of work immediately, everywhere.