From 09c85c3e66a385b1fc5b1604bfadef289a256ff9 Mon Sep 17 00:00:00 2001 From: Niklas Fasching Date: Sun, 7 Jul 2019 17:38:47 +0200 Subject: [PATCH] Update README I never wanted to reproduce the emacs org-export-as-html output exactly but rather just provide a sensible exporter - the README should tell users what to expect here. --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index c08bfeb..f94af1d 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,8 @@ * go-org [[https://travis-ci.org/niklasfasching/go-org.svg?branch=master]] An Org mode parser in go. -Take a look at [[https://niklasfasching.github.io/go-org/][github pages]] for some examples and an online org -> html demo (requires wasm support). +Take a look at [[https://niklasfasching.github.io/go-org/][github pages]] for some examples and an online org -> html demo (wasm based). [[https://raw.githubusercontent.com/niklasfasching/go-org/master/etc/example.png]] +Please note that the goal for the html export is to produce sensible html output, not to exactly reproduce output the output of =org-html-export=. * not yet implemented ** deadlines and scheduling see https://orgmode.org/manual/Deadlines-and-scheduling.html @@ -26,4 +27,3 @@ see https://orgmode.org/manual/External-links.html & https://orgmode.org/manual/ - https://code.orgmode.org/bzg/org-mode/src/master/lisp/org-element.el - mostly those & ox-html.el, but yeah, all of [[https://code.orgmode.org/bzg/org-mode/src/master/lisp/]] - existing Org mode implementations: [[https://github.com/emacsmirror/org][org]], [[https://github.com/bdewey/org-ruby/blob/master/spec/html_examples][org-ruby]], [[https://github.com/chaseadamsio/goorgeous/][goorgeous]], [[https://github.com/jgm/pandoc/][pandoc]] -