GNU bug report logs - #53622
[PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.

Previous Next

Package: guix-patches;

Reported by: pinoaffe <pinoaffe <at> gmail.com>

Date: Sat, 29 Jan 2022 13:46:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


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

From: pinoaffe <pinoaffe <at> gmail.com>
To: 53622 <at> debbugs.gnu.org
Cc: pinoaffe <pinoaffe <at> gmail.com>
Subject: [PATCH V2 6/8] gnu: Add emacs-ox-reveal.
Date: Sat, 29 Jan 2022 15:48:08 +0100
* gnu/packages/emacs-xyz.scm (emacs-ox-reveal): New variable.
---
 gnu/packages/emacs-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7e31e58ee7..fad6612dd2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -781,6 +781,35 @@ (define-public emacs-org-chef
 that it can automatically extract recipes from websites like allrecipes.com.")
      (license license:expat))))
 
+(define-public emacs-ox-reveal
+  (let ((commit "07900f29fada581d0e1b0f1e2057cea5e1ba8ce1")
+        (revision "0"))
+  (package
+    (name "emacs-ox-reveal")
+    (version (git-version "0" revision commit))
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/hexmode/ox-reveal")
+             (commit commit)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "132b0llxda8jivabvm2ssbrdny7q2q1c0z4ikb12k4kia3fvg6cg"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     (list emacs-org))
+    (home-page "https://github.com/hexmode/ox-reveal")
+    (synopsis
+      "reveal.js Presentation Back-End for Org Export Engine")
+    (description
+     "org-reveal exports your Org documents to @code{reveal.js} presentations.
+
+With org-reveal, you can create beautiful presentations with 3D effects from
+simple but powerful Org contents.")
+    (license license:gpl3+))))
+
 (define-public emacs-project
   (package
     (name "emacs-project")
-- 
2.34.0





This bug report was last modified 3 years and 109 days ago.

Previous Next


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