guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#47003] [PATCH] gnu: Add emacs-ox-haunt.


From: Xinglu Chen
Subject: [bug#47003] [PATCH] gnu: Add emacs-ox-haunt.
Date: Mon, 08 Mar 2021 10:48:53 +0100

* gnu/packages/emacs-xyz.scm (emacs-ox-haunt): New variable.
---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 960a5668ca..0053460407 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23892,6 +23892,26 @@ convert the resulting @code{.epub} to a @code{.mobi} 
file.  Needs a working
 zip utility (default is @code{zip}).")
     (license license:gpl3+)))
 
+(define-public emacs-ox-haunt
+  (package
+    (name "emacs-ox-haunt")
+    (version "0.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~jakob/ox-haunt";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1rs1n228c2fmpvirc57bqgf2616ijpphkgf4w9ln5j46snmkam25"))))
+    (build-system emacs-build-system)
+    (home-page "https://git.sr.ht/~jakob/ox-haunt";)
+    (synopsis "Export Org files to HTML appropriate for Haunt")
+    (description "This library implements an HTML back-end for the Org generic
+exporter, producing output appropriate for Haunt's @code{html-reader}.")
+    (license license:gpl3+)))
+
 (define-public emacs-ox-hugo
   (package
     (name "emacs-ox-hugo")

base-commit: a4640f40fb155b37282450da1b12caa2c705eb50
-- 
2.30.0







reply via email to

[Prev in Thread] Current Thread [Next in Thread]