Re: [PATCH] org-tools/index.org: Add go-org to list of Org-mode parsers (Worg)

2021-09-25 Thread Bastien
Hi Bhavin,

Bhavin Gandhi  writes:

> This adds the Org mode parser written in Go to the list of Org-mode
> parsers.
> I'm sending a patch for Worg for the first time, I hope this is the
> correct way to do so.

Applied in worg's master branch.  Thanks!



[PATCH] org-tools/index.org: Add go-org to list of Org-mode parsers (Worg)

2021-08-11 Thread Bhavin Gandhi
This adds the Org mode parser written in Go to the list of Org-mode parsers.
I'm sending a patch for Worg for the first time, I hope this is the correct
way to do so.

-- 
Regards,
Bhavin Gandhi (bhavin192) | https://geeksocket.in
From 12b0f792ff75c7ea2e4dfe24dc54921e4caa24b0 Mon Sep 17 00:00:00 2001
From: Bhavin Gandhi 
Date: Wed, 11 Aug 2021 23:53:25 +0530
Subject: [PATCH] org-tools/index.org: Add go-org to list of Org-mode parsers

---
 org-tools/index.org | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org-tools/index.org b/org-tools/index.org
index fbbdd8c8..87e7e665 100644
--- a/org-tools/index.org
+++ b/org-tools/index.org
@@ -40,6 +40,7 @@ This page lists external tools useful for handling Org files.
 | [[https://github.com/ixmatus/orgmode-parse][orgmode-parse]]   | ?   |   |   |
 | [[https://hackage.haskell.org/package/org-mode][org-mode]]| Haskell |   |   |
 | [[https://github.com/PoiScript/orgize][orgize]]  | Rust|   |   |
+| [[https://github.com/niklasfasching/go-org][go-org]]  | Go  | Niklas Fasching   |   |
 
 * Org-mode exporters
 
-- 
2.31.1