gnu: Add emacs-org-node.

* gnu/packages/emacs-xyz.scm (emacs-org-node): New variable.

Change-Id: I394f51d7f6c0e983658e689c8f1bd9e24847e09a
This commit is contained in:
Danny Milosavljevic 2024-09-18 20:19:45 +02:00
parent e9d903f146
commit 5714c0a061
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5

View File

@ -38105,6 +38105,33 @@ as a plug-and-play solution for anyone already using Org mode for their
personal wiki.")
(license license:gpl3+))))
(define-public emacs-org-node
(package
(name "emacs-org-node")
(version "0.8.6")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/meedstrom/org-node.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1binkkx86byw56zlignddrw7n0y0civ09wlch4yvxk9asdazkc0c"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash
emacs-org
emacs-persist
emacs-transient
))
(home-page "https://github.com/meedstrom/org-node")
(synopsis "Non-hierarchical note-taking with Org-mode, faster than
org-roam")
(description "This package provides a notetaking system like Roam,
using org mode; faster than org-roam.")
(license license:gpl3+)))
(define-public emacs-org-roam-bibtex
(package
(name "emacs-org-roam-bibtex")