guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ddc10a65fecac43582ad21a9a1e7e672878e0a38
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Sat May 31 23:34:17 2025 +0200
gnu: Add [email protected].
* gnu/packages/emacs-xyz.scm (emacs-org-mem-0.14): New variable.
Change-Id: Iab5bec26bca8849263cf7af262b0657dc616c54f
---
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 79aef47ba7..2d8a855a02 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40706,6 +40706,27 @@ org-roam")
using org mode; faster than org-roam.")
(license license:gpl3+)))
+(define-public emacs-org-mem-0.14
+ (package
+ (name "emacs-org-mem")
+ (version "0.14.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/meedstrom/org-mem/")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1wvgdb0kk1236xjhpm0bxsqhbwk1fzmwzmd6h622k453k8kxhacr"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-el-job emacs-llama))
+ (synopsis "Org structure cache")
+ (description "This package provides a cache of metadata about the
+structure of all your Org files – headings, links and so on..")
+ (home-page "https://github.com/meedstrom/org-node/")
+ (license license:gpl3+)))
(define-public emacs-org-super-links
(package
(name "emacs-org-super-links")