GNU bug report logs -
#76633
[PATCH] gnu: Add emacs-org-gnosis.
Previous Next
Reported by: Thanos Apollo <public <at> thanosapollo.org>
Date: Fri, 28 Feb 2025 08:29:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-org-gnosis): New variable.
Change-Id: I2eea20962cf64402ab7f2c9b34385bcfcf6f47ce
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 272be3a275..af5811a8f6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -39682,6 +39682,29 @@ (define-public emacs-org-glossary
across all Org export back-ends.")
(license license:gpl3+))))
+(define-public emacs-org-gnosis
+ (package
+ (name "emacs-org-gnosis")
+ (version "0.0.9")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.thanosapollo.org/org-gnosis")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "15r305lbci797nlh6m3xy1q0cwfz85x7k76adp71z8706n2w9j71"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-compat emacs-emacsql))
+ (home-page "https://thanosapollo.org/projects/gnosis")
+ (synopsis "Roam-like note taking system.")
+ (description
+ "Org Gnosis is a knowledge management tool that leverages Org mode
+for storing notes & journal entries, integrating them with an
+SQLite database for efficient retrieval and relationship mapping.")
+ (license license:gpl3+)))
+
(define-public emacs-uml-mode
;; Package has no release. Version is extracted from "Version:" keyword in
;; main file.
base-commit: 4270c484ca174ad97d1add91fa5fc69041a6af9d
--
2.48.1
This bug report was last modified 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.