mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-org-mem@0.14.1.
* gnu/packages/emacs-xyz.scm (emacs-org-mem-0.14): New variable. Change-Id: Iab5bec26bca8849263cf7af262b0657dc616c54f
This commit is contained in:
parent
5fa168af7d
commit
ddc10a65fe
1 changed files with 21 additions and 0 deletions
|
@ -40706,6 +40706,27 @@ org-roam")
|
||||||
using org mode; faster than org-roam.")
|
using org mode; faster than org-roam.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public emacs-org-super-links
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-super-links")
|
(name "emacs-org-super-links")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue