Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.38 KB

exporting.org

File metadata and controls

34 lines (23 loc) · 1.38 KB

Exporting

Org is first and foremost a document interchange format, much like markdown. There are many tools to work with markdown files and org files alike.

OrgExtended has a couple of mechanisms that can allow you to convert between your org files and other formats.

Emacs Org Mode through the ox framework can export to latex, pdf, html and many many many more formats. OrgExtended does not have quite the same size of community, so currently only supports the formats I have need. That said, the pandoc integration could fairly easily be extended to export to quite a wide variety of formats if so desired.

When working as a contracter I used org mode to create invoices, time sheets, documentation, websites, presentations and quite a few other things.

HTML Export

OrgExtended an HTML exporter built in. I was struggling to get pandoc to behave the way I wanted it to, so I wrote my own.

"HtmlStyle": "funky"

That said, there IS some support for pandoc although the existing sublime plugin for pandoc may have more functionality.

Current Exporters

  1. Pandoc - This is a well known tool. You will need to install it.
  2. Html - Simple built in HTML exporter.
  3. RevealJs - Presentations - An imitation of the emacs revealjs exporter.