This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 77a17708ea gnu: Add emacs-denote-journal.
77a17708ea is described below

commit 77a17708eaa26f925d54241531aeac9abfcb157c
Author: jgart <[email protected]>
AuthorDate: Wed Apr 23 14:02:41 2025 -0500

    gnu: Add emacs-denote-journal.
    
    * gnu/packages/emacs-xyz.scm (emacs-denote-journal): New variable.
    
    Change-Id: Iaeba922afc725a922d78d079fe497ea28213331f
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 08bd88fd08..807da26e09 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19786,6 +19786,27 @@ reference to any other metadata.  Denote basically 
streamlines the creation of
 such files while providing facilities to link between them.")
     (license license:gpl3+)))
 
+(define-public emacs-denote-journal
+  (package
+    (name "emacs-denote-journal")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/denote-journal-";
+                           version ".tar"))
+       (sha256
+        (base32 "0922hjzah7nz49z3q3qyq06n77yqxd7mxiw7fmawavjh920dv3fq"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-denote))
+    (home-page "https://github.com/protesilaos/denote-journal";)
+    (synopsis "Convenience functions for daily journaling with Denote")
+    (description "The denote-journal package makes it easier to use Denote for
+journaling.  While it is possible to use the generic @code{denote} command
+(and related) to maintain a journal, this package defines extra functionality
+to streamline the journaling workflow.")
+    (license license:gpl3+)))
+
 (define-public emacs-denote-menu
   (package
     (name "emacs-denote-menu")

Reply via email to