GNU bug report logs - #76633
[PATCH] gnu: Add emacs-org-gnosis.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76633: closed ([PATCH] gnu: Add emacs-org-gnosis.)
Date: Sat, 08 Mar 2025 19:14:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 08 Mar 2025 20:12:57 +0100
with message-id <87zfhvgwue.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: Add emacs-org-gnosis.
has caused the debbugs.gnu.org bug report #76633,
regarding [PATCH] gnu: Add emacs-org-gnosis.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
From: Thanos Apollo <public <at> thanosapollo.org>
To: guix-patches <at> gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>
Subject: [PATCH] gnu: Add emacs-org-gnosis.
Date: Fri, 28 Feb 2025 10:29:08 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 76633-done <at> debbugs.gnu.org
Cc: Thanos Apollo <public <at> thanosapollo.org>,
 Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [PATCH] gnu: Add emacs-org-gnosis.
Date: Sat, 08 Mar 2025 20:12:57 +0100
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




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.