GNU bug report logs - #75489
[PATCH] gnu: Add emacs-denote-explore.

Previous Next

Package: guix-patches;

Reported by: Olivier Rojon <o.rojon <at> posteo.net>

Date: Sat, 11 Jan 2025 11:05: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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75489: closed ([PATCH] gnu: Add emacs-denote-explore.)
Date: Sat, 25 Jan 2025 17:49:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 25 Jan 2025 18:48:14 +0100
with message-id <87ed0qbx9d.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: Add emacs-denote-explore.
has caused the debbugs.gnu.org bug report #75489,
regarding [PATCH] gnu: Add emacs-denote-explore.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
75489: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75489
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Olivier Rojon <o.rojon <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Olivier Rojon <o.rojon <at> posteo.net>
Subject: [PATCH] gnu: Add emacs-denote-explore.
Date: Sat, 11 Jan 2025 11:03:20 +0000
* gnu/packages/emacs-xyz.scm (emacs-denote-explore): New variable.

Change-Id: I6b94926c522467607060e66e65e030efdbc5f70e
---
 gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7d256f30bf..2e882179bf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18785,6 +18785,36 @@ (define-public emacs-denote-menu
 view your Denote directory.")
     (license license:gpl3+)))
 
+(define-public emacs-denote-explore
+  (package
+    (name "emacs-denote-explore")
+    (version "3.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/pprevos/denote-explore")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0773691jxyv039y407c8dppkky41b3icacavddcv9m8v481763b7"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-denote emacs-dash))
+    (home-page "https://github.com/pprevos/denote-explore")
+    (synopsis "Analyse and visualise a collection of Denote notes")
+    (description
+     "The Denote-Explore package provides auxiliary functions to
+maintain and explore your collection of Denote files.  Denote-Explore provides
+four groups of Emacs commands:
+@enumerate
+@item Summary statistics: Count and visualise notes, attachments and keywords.
+@item Random walks: Generate new ideas using serendipity.
+@item Janitor: Manage your denote collection.
+@item Visualisations: Visualise your Denote network as a network
+graph. (optional dependencies \"GraphViz\", \"d3js\", to be acquired separately!)
+@end enumerate")
+    (license license:gpl3)))
+
 (define-public emacs-logos
   (let ((commit "eeedd3ef289faa4fa2b726013255747a41a6ba9c")) ;version bump
     (package
-- 
2.47.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 75489-done <at> debbugs.gnu.org
Cc: Olivier Rojon <o.rojon <at> posteo.net>
Subject: Re: [PATCH] gnu: Add emacs-denote-explore.
Date: Sat, 25 Jan 2025 18:48:14 +0100
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-denote-explore): New variable.

Applied, with a license fix. Thank you.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 172 days ago.

Previous Next


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