M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +23 -0
@@ 39850,6 39850,29 @@ support for in-buffer highlighting of defined terms and high-quality exports
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/org-gnosis/")
+ (synopsis "Roam-like note taking system.")
+ (description
+ "Org Gnosis is a knowledge management tool that leverages Org mode for
+storing notes and 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.