GNU bug report logs -
#53055
[PATCH] gnu: Add emacs-ox-gfm.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 07 Jan 2022 21:18:48 +0100
with message-id <87mtk7z4d3.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#53055] [PATCH v2] gnu: Add emacs-ox-gfm.
has caused the debbugs.gnu.org bug report #53055,
regarding [PATCH] gnu: Add emacs-ox-gfm.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53055: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53055
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
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
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 3 years and 221 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.