diff options
| author | Danny Milosavljevic <dannym@nova.friendly-machines.com> | 2025-05-31 23:34:17 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-06-01 00:06:12 +0200 |
| commit | ddc10a65fecac43582ad21a9a1e7e672878e0a38 (patch) | |
| tree | 32fbe96576bdb112e0514ca239d030ca1625890b /gnu | |
| parent | 5fa168af7d2c2ce4384b819d14db96fc3c58a057 (diff) | |
gnu: Add emacs-org-mem@0.14.1.
* gnu/packages/emacs-xyz.scm (emacs-org-mem-0.14): New variable.
Change-Id: Iab5bec26bca8849263cf7af262b0657dc616c54f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 79aef47ba75..2d8a855a02f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -40706,6 +40706,27 @@ org-roam") | |||
| 40706 | using org mode; faster than org-roam.") | 40706 | using org mode; faster than org-roam.") |
| 40707 | (license license:gpl3+))) | 40707 | (license license:gpl3+))) |
| 40708 | 40708 | ||
| 40709 | (define-public emacs-org-mem-0.14 | ||
| 40710 | (package | ||
| 40711 | (name "emacs-org-mem") | ||
| 40712 | (version "0.14.1") | ||
| 40713 | (source (origin | ||
| 40714 | (method git-fetch) | ||
| 40715 | (uri (git-reference | ||
| 40716 | (url "https://github.com/meedstrom/org-mem/") | ||
| 40717 | (commit version))) | ||
| 40718 | (file-name (git-file-name name version)) | ||
| 40719 | (sha256 | ||
| 40720 | (base32 | ||
| 40721 | "1wvgdb0kk1236xjhpm0bxsqhbwk1fzmwzmd6h622k453k8kxhacr")))) | ||
| 40722 | (build-system emacs-build-system) | ||
| 40723 | (propagated-inputs | ||
| 40724 | (list emacs-el-job emacs-llama)) | ||
| 40725 | (synopsis "Org structure cache") | ||
| 40726 | (description "This package provides a cache of metadata about the | ||
| 40727 | structure of all your Org files – headings, links and so on..") | ||
| 40728 | (home-page "https://github.com/meedstrom/org-node/") | ||
| 40729 | (license license:gpl3+))) | ||
| 40709 | (define-public emacs-org-super-links | 40730 | (define-public emacs-org-super-links |
| 40710 | (package | 40731 | (package |
| 40711 | (name "emacs-org-super-links") | 40732 | (name "emacs-org-super-links") |
