GNU bug report logs - #53055
[PATCH] gnu: Add emacs-ox-gfm.

Previous Next

Package: guix-patches;

Reported by: Taiju HIGASHI <higashi <at> taiju.info>

Date: Thu, 6 Jan 2022 15:15:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53055 in the body.
You can then email your comments to 53055 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53055; Package guix-patches. (Thu, 06 Jan 2022 15:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Taiju HIGASHI <higashi <at> taiju.info>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 06 Jan 2022 15:15:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Taiju HIGASHI <higashi <at> taiju.info>
To: guix-patches <at> gnu.org
Cc: Taiju HIGASHI <higashi <at> taiju.info>
Subject: [PATCH] gnu: Add emacs-ox-gfm.
Date: Fri,  7 Jan 2022 00:14:13 +0900
---
 gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ac25286c08..658d97e169 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -105,6 +105,7 @@
 ;;; Copyright © 2021 Simon South <simon <at> simonsouth.net>
 ;;; Copyright © 2021 la snesne <lasnesne <at> lagunposprasihopre.org>
 ;;; Copyright © 2021 Brian Kubisiak <brian <at> kubisiak.com>
+;;; Copyright © 2021, 2022 Taiju HIGASHI <higashi <at> taiju.info>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7953,6 +7954,24 @@ (define-public emacs-org-cv
 may export to Markdown so that it can be used for a web based CV.")
       (license license:gpl3+))))
 
+(define-public emacs-ox-gfm
+  (package
+    (name "emacs-ox-gfm")
+    (version "1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/larstvei/ox-gfm")
+                    (commit (string-append "v" version))))
+              (sha256
+               (base32
+                "0drdypmgxk3238hmkqw9s3cw9wv94cyfqar5ar0bv0k69s92pxj8"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/larstvei/ox-gfm")
+    (synopsis "Github Flavored Markdown Back-End for Org Export Engine")
+    (description "This package is a small exporter based on the Markdown exporter already existing in Org mode. It should support the Github flavored markdown features.")
+    (license license:gpl3+)))
+
 (define-public emacs-2048-game
   (package
     (name "emacs-2048-game")
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#53055; Package guix-patches. (Thu, 06 Jan 2022 15:23:02 GMT) Full text and rfc822 format available.

Message #8 received at 53055 <at> debbugs.gnu.org (full text, mbox):

From: Taiju HIGASHI <higashi <at> taiju.info>
To: 53055 <at> debbugs.gnu.org
Cc: Taiju HIGASHI <higashi <at> taiju.info>
Subject: [PATCH v2] gnu: Add emacs-ox-gfm.
Date: Fri,  7 Jan 2022 00:21:45 +0900
---
 gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ac25286c08..658d97e169 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -105,6 +105,7 @@
 ;;; Copyright © 2021 Simon South <simon <at> simonsouth.net>
 ;;; Copyright © 2021 la snesne <lasnesne <at> lagunposprasihopre.org>
 ;;; Copyright © 2021 Brian Kubisiak <brian <at> kubisiak.com>
+;;; Copyright © 2021, 2022 Taiju HIGASHI <higashi <at> taiju.info>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7953,6 +7954,24 @@ (define-public emacs-org-cv
 may export to Markdown so that it can be used for a web based CV.")
       (license license:gpl3+))))
 
+(define-public emacs-ox-gfm
+  (package
+    (name "emacs-ox-gfm")
+    (version "1.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/larstvei/ox-gfm")
+                    (commit (string-append "v" version))))
+              (sha256
+               (base32
+                "0drdypmgxk3238hmkqw9s3cw9wv94cyfqar5ar0bv0k69s92pxj8"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/larstvei/ox-gfm")
+    (synopsis "Github Flavored Markdown Back-End for Org Export Engine")
+    (description "This package is a small exporter based on the Markdown exporter already existing in Org mode. It should support the Github flavored markdown features.")
+    (license license:gpl3+)))
+
 (define-public emacs-2048-game
   (package
     (name "emacs-2048-game")
-- 
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#53055; Package guix-patches. (Thu, 06 Jan 2022 15:28:02 GMT) Full text and rfc822 format available.

Message #11 received at 53055 <at> debbugs.gnu.org (full text, mbox):

From: Taiju HIGASHI <higashi <at> taiju.info>
To: 53055 <at> debbugs.gnu.org
Subject: Re: [PATCH v2] gnu: Add emacs-ox-gfm.
Date: Fri, 07 Jan 2022 00:26:54 +0900
I'm sorry. The encoding of the previous email was wrong, so I resent it.




Information forwarded to guix-patches <at> gnu.org:
bug#53055; Package guix-patches. (Thu, 06 Jan 2022 15:37:01 GMT) Full text and rfc822 format available.

Message #14 received at 53055 <at> debbugs.gnu.org (full text, mbox):

From: Taiju HIGASHI <higashi <at> taiju.info>
To: 53055 <at> debbugs.gnu.org
Cc: higashi <at> taiju.info
Subject: Re: [PATCH v2] gnu: Add emacs-ox-gfm.
Date: Fri, 07 Jan 2022 00:36:41 +0900
If you have any problems with my copyright statement for the 2021 version, you can delete it.
I forgot to write it in the patch below, so I added it.

https://issues.guix.gnu.org/51950

Thanks




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 07 Jan 2022 20:19:02 GMT) Full text and rfc822 format available.

Notification sent to Taiju HIGASHI <higashi <at> taiju.info>:
bug acknowledged by developer. (Fri, 07 Jan 2022 20:19:02 GMT) Full text and rfc822 format available.

Message #19 received at 53055-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Taiju HIGASHI <higashi <at> taiju.info>
Cc: 53055-done <at> debbugs.gnu.org
Subject: Re: [bug#53055] [PATCH v2] gnu: Add emacs-ox-gfm.
Date: Fri, 07 Jan 2022 21:18:48 +0100
Hello,

Taiju HIGASHI <higashi <at> taiju.info> writes:

> +(define-public emacs-ox-gfm

I applied your patch with a proper commit message.

> +    (description "This package is a small exporter based on the Markdown exporter already existing in Org mode. It should support the Github flavored markdown features.")

I also added two spaces at the end of the first sentence.

Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 05 Feb 2022 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 75 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.