From: Olivier Rojon <o.rojon@posteo.net>
To: 75489@debbugs.gnu.org
Cc: "Olivier Rojon" <o.rojon@posteo.net>
Subject: [bug#75489] [PATCH] gnu: Add emacs-denote-explore.
Date: Sat, 11 Jan 2025 11:03:20 +0000 [thread overview]
Message-ID: <20250111110321.26189-1-o.rojon@posteo.net> (raw)
* 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
next reply other threads:[~2025-01-11 11:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-11 11:03 Olivier Rojon [this message]
2025-01-25 17:48 ` bug#75489: [PATCH] gnu: Add emacs-denote-explore Nicolas Goaziou via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250111110321.26189-1-o.rojon@posteo.net \
--to=o.rojon@posteo.net \
--cc=75489@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).