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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76633 in the body.
You can then email your comments to 76633 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76633
; Package
guix-patches
.
(Fri, 28 Feb 2025 08:29:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Thanos Apollo <public <at> thanosapollo.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Fri, 28 Feb 2025 08:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76633
; Package
guix-patches
.
(Fri, 28 Feb 2025 09:21:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76633 <at> debbugs.gnu.org (full text, mbox):
Hey Thanos, TY!
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..
--
Best regards,
Nicolas Graves
Information forwarded
to
public <at> thanosapollo.org, ngraves <at> ngraves.fr, andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76633
; Package
guix-patches
.
(Fri, 28 Feb 2025 10:39:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 76633 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-org-gnosis): New variable.
Change-Id: I75ddc4aa71c085cbfbcde10e68ee1aeb1fa881de
---
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..1f19810569 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/org-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: a76708a872e65230931f3c5c3b079d0a39d5cb84
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76633
; Package
guix-patches
.
(Fri, 28 Feb 2025 10:43:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 76633 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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.
--
Thanos Apollo ☧
https://thanosapollo.org
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sat, 08 Mar 2025 19:14:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Thanos Apollo <public <at> thanosapollo.org>
:
bug acknowledged by developer.
(Sat, 08 Mar 2025 19:14:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 76633-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 06 Apr 2025 11:24:16 GMT)
Full text and
rfc822 format available.
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.