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


View this message in rfc822 format

From: pinoaffe <pinoaffe <at> gmail.com>
To: 53622 <at> debbugs.gnu.org
Subject: [bug#53622] [PATCH 4/8] gnu: Add emacs-org-books.
Date: Sat, 29 Jan 2022 14:26:16 +0100
* gnu/packages/emacs-xyz.scm (emacs-org-books): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ec6d3815e8..e97f0efde8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -730,6 +730,34 @@ (define-public emacs-enlive
 using a DSL similar to CSS selectors.")
   (license license:gpl3+)))
 
+(define-public emacs-org-books
+  (package
+  (name "emacs-org-books")
+  (version "0.3.0")
+  (source
+   (origin
+    (method git-fetch)
+    (uri (git-reference
+          (url "https://github.com/lepisma/org-books")
+          (commit version)))
+    (file-name (git-file-name name version))
+    (sha256
+     (base32
+      "1sgckvpjdaig9r2clcvs6ckgf2kx7amikkpq26y30jbnfnbskf0v"))))
+  (build-system emacs-build-system)
+  (propagated-inputs
+   (list emacs-enlive
+         emacs-s
+         emacs-helm
+         emacs-helm-org
+         emacs-dash
+         emacs-org))
+  (home-page "https://github.com/lepisma/org-books")
+  (synopsis "Reading list management with Org mode and helm")
+  (description
+    "A tool for managing reading list in an Org mode file.")
+  (license license:gpl3)))
+
 (define-public emacs-project
   (package
     (name "emacs-project")
-- 
2.34.0





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

Previous Next


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