go-org-orgwiki/README.org
2018-12-17 01:38:46 +01:00

1.1 KiB

go-org https://travis-ci.org/niklasfasching/go-org.svg?branch=master

A basic org-mode parser in go. Take a look at github pages for some examples and an online org->html demo.

next

other differences to goorgeous

  • no headline ids
  • not changing links to .org files into links to .html files
  • org comments not rendered as html comments (same as ox-html.el)
  • headline priority not exported to html (same as ox-html.el)
  • goorgeous treats all `file:` links as images - go-org checks for an image file extension (same as ox-html.el)