GNU bug report logs -
#47003
[PATCH] gnu: Add emacs-ox-haunt.
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Mon, 8 Mar 2021 09:49:01 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 47003 in the body.
You can then email your comments to 47003 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#47003
; Package
guix-patches
.
(Mon, 08 Mar 2021 09:49:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Xinglu Chen <public <at> yoctocell.xyz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 08 Mar 2021 09:49:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 13 Mar 2021 11:14:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Xinglu Chen <public <at> yoctocell.xyz>
:
bug acknowledged by developer.
(Sat, 13 Mar 2021 11:14:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 47003-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Xinglu Chen <public <at> yoctocell.xyz> writes:
> * gnu/packages/emacs-xyz.scm (emacs-ox-haunt): New variable.
Applied. 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, 10 Apr 2021 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 69 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.