emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [Patch] Org-tools addendum
@ 2018-06-22  9:43 Andrea D'Amore
  2018-06-26  9:55 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea D'Amore @ 2018-06-22  9:43 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

Hello,
I'm submitting a small patch to add orga and pandoc to the list of org-tools.

I'm not subscribing to the ml, so if there is any follow-up please be
sure to directly reply to my email address.


Best regards

-- 
Andrea

[-- Attachment #2: patch-org-tools-index-org.diff --]
[-- Type: text/x-patch, Size: 744 bytes --]

diff --git a/org-tools/index.org b/org-tools/index.org
index 53a0196..3b6a503 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Patch] Org-tools addendum
  2018-06-22  9:43 [Patch] Org-tools addendum Andrea D'Amore
@ 2018-06-26  9:55 ` Nicolas Goaziou
  2019-02-24 15:25   ` Andrea D'Amore
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2018-06-26  9:55 UTC (permalink / raw)
  To: Andrea D'Amore; +Cc: emacs-orgmode

Hello,

"Andrea D'Amore" <and.damore@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?

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Patch] Org-tools addendum
  2018-06-26  9:55 ` Nicolas Goaziou
@ 2019-02-24 15:25   ` Andrea D'Amore
  2019-02-24 18:16     ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea D'Amore @ 2019-02-24 15:25 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 636 bytes --]

On Tue, 26 Jun 2018 at 11:55, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Hello,
> "Andrea D'Amore" <and.damore@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

[-- Attachment #2: 0001-index.org-Mention-Orga-and-Pandoc-in-the-tool-page.patch --]
[-- Type: text/x-patch, Size: 1209 bytes --]

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Patch] Org-tools addendum
  2019-02-24 15:25   ` Andrea D'Amore
@ 2019-02-24 18:16     ` Nicolas Goaziou
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2019-02-24 18:16 UTC (permalink / raw)
  To: Andrea D'Amore; +Cc: emacs-orgmode

Hello,

"Andrea D'Amore" <and.damore@gmail.com> writes:

> On Tue, 26 Jun 2018 at 11:55, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>> Hello,
>> "Andrea D'Amore" <and.damore@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.

Applied. I changed "org-mode", "Org-Mode" and "org" to "Org".

Thank you!

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-24 18:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-22  9:43 [Patch] Org-tools addendum Andrea D'Amore
2018-06-26  9:55 ` Nicolas Goaziou
2019-02-24 15:25   ` Andrea D'Amore
2019-02-24 18:16     ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).