On Tue, 26 Jun 2018 at 11:55, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > "Andrea D'Amore" <and.dam...@gmail.com> writes: > > I'm submitting a small patch to add orga and pandoc to the list of > > org-tools. > > Thank you. Would you mind using "git format-patch" to get a proper > commit message and send it again?
Sorry for the extreme delay, I'm attaching the patch printed out by git-format-patch. I had a little embarrassment writing a ChangeLog entry for such a small diff, the first line was already saying it all… Please still directly reply to me if need be. Best regards -- Andrea
From c73b2afcf11a1041dc2893e1e69868316820e351 Mon Sep 17 00:00:00 2001 From: Andrea D'Amore <a...@d-amo.re> Date: Sun, 24 Feb 2019 16:20:58 +0100 Subject: [PATCH] index.org: Mention Orga and Pandoc in the tool page * index.org (Org-mode parsers): add link to homepage and brief description for Orga, an ES parsers for org, and Pandoc, the multi-purpose converter. TINYCHANGE --- org-tools/index.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/org-tools/index.org b/org-tools/index.org index 53a01963..3b6a5035 100644 --- a/org-tools/index.org +++ b/org-tools/index.org @@ -111,6 +111,17 @@ org-js is a javascript parser and converter for org-mode For a working example of an interactive editor, see http://mooz.github.com/org-js/editor/. +** [[https://github.com//xiaoxinghu/orgajs][orga]] by Xiaoxing Hu + +Orga is a flexible org-mode syntax parser. It parses org content into +AST (Abstract Syntax Tree). + +** [[https://pandoc.org][pandoc]] + +Pandoc is the Swiss-army knife to convert files from one markup format +into another, it can convert documents from many source format, +including Org-Mode, to many other. + * Specific purpose tools ** orgmode for drupal -- 2.17.1