Next: Exporting, Previous: Agenda Views, Up: Top
When exporting Org-mode documents, the exporter tries to reflect the structure of the document as accurately as possible in the backend. Since export targets like HTML, LaTeX, or DocBook allow much richer formatting, Org mode has rules on how to prepare text for rich export. This section summarizes the markup rules used in an Org-mode buffer.
• Structural markup elements: | The basic structure as seen by the exporter | |
• Images and tables: | Images, tables and caption mechanism | |
• Literal examples: | Source code examples with special formatting | |
• Include files: | Include additional files into a document | |
• Embedded LaTeX: | LaTeX can be freely used inside Org documents |