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
[Message part 1 (text/plain, inline)]
Your bug report
#76633: [PATCH] gnu: Add emacs-org-gnosis.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 76633 <at> debbugs.gnu.org.
--
76633: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76633
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
> Nicolas Graves <ngraves <at> ngraves.fr> writes:
>
> > On 2025-02-28 10:29, Thanos Apollo wrote:
> >
> >> * gnu/packages/emacs-xyz.scm (emacs-org-gnosis): New variable.
> >> [...]
> >> + (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+)))
> >
> > When I look at the home-page, I see a pretty different description. In
> > particular, "spaced repetition" is not there..
>
> I've sent a patch fixing the homepage URL, thanks for noticing
> Nicolas.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
* 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.