unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57026] [PATCH] gnu: Add emacs-denote.
@ 2022-08-07  3:15 jgart via Guix-patches via
  2022-08-11  3:06 ` [bug#57026] [PATCH v2] " jgart via Guix-patches via
  2022-08-11 22:33 ` [bug#57026] [PATCH v3] " jgart via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: jgart via Guix-patches via @ 2022-08-07  3:15 UTC (permalink / raw)
  To: 57026; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-denote): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 08b2359577..2b360e53cc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13617,6 +13617,28 @@ (define-public emacs-log4e
 you to deal with multiple log levels.")
     (license license:gpl3+)))
 
+(define-public emacs-denote
+  (package
+    (name "emacs-denote")
+    (version "0.4.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~protesilaos/denote")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0vh0nc416yyhnqsp1vwk889iic0412hx4h1qf49b1gmzjy566v2n"))))
+    (build-system emacs-build-system)
+    (native-inputs (list texinfo))
+    (home-page "https://protesilaos.com/emacs/denote/")
+    (synopsis "Simple notes for Emacs")
+    (description
+"Denote aims to be a simple-to-use, focused-in-scope, and effective
+note-taking tool for Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-logos
   (package
     (name "emacs-logos")
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#57026] [PATCH v2] gnu: Add emacs-denote.
  2022-08-07  3:15 [bug#57026] [PATCH] gnu: Add emacs-denote jgart via Guix-patches via
@ 2022-08-11  3:06 ` jgart via Guix-patches via
  2022-08-11 13:56   ` jgart via Guix-patches via
  2022-08-11 22:33 ` [bug#57026] [PATCH v3] " jgart via Guix-patches via
  1 sibling, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2022-08-11  3:06 UTC (permalink / raw)
  To: 57026; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-denote): New variable.

Just sending a v2 since 0.5.0 was released.

---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 690858ba6a..7df2262429 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13618,6 +13618,28 @@ (define-public emacs-log4e
 you to deal with multiple log levels.")
     (license license:gpl3+)))
 
+(define-public emacs-denote
+  (package
+    (name "emacs-denote")
+    (version "0.5.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~protesilaos/denote")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0z2q0xl4h6x0b38582mgx4i1h21lrn4i508zj9siripqixzb95ak"))))
+    (build-system emacs-build-system)
+    (native-inputs (list texinfo))
+    (home-page "https://protesilaos.com/emacs/denote/")
+    (synopsis "Simple notes for Emacs")
+    (description
+"Denote aims to be a simple-to-use, focused-in-scope, and effective
+note-taking tool for Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-logos
   (package
     (name "emacs-logos")
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#57026] [PATCH v2] gnu: Add emacs-denote.
  2022-08-11  3:06 ` [bug#57026] [PATCH v2] " jgart via Guix-patches via
@ 2022-08-11 13:56   ` jgart via Guix-patches via
  0 siblings, 0 replies; 5+ messages in thread
From: jgart via Guix-patches via @ 2022-08-11 13:56 UTC (permalink / raw)
  To: 57026

On Wed, 10 Aug 2022 22:06:27 -0500 jgart <jgart@dismail.de> wrote:
> * gnu/packages/emacs-xyz.scm (emacs-denote): New variable.
> 
> Just sending a v2 since 0.5.0 was released.

This version might have a bug. I need to ask prot about it.

When calling `denote` it throws an error  and doesn't display the header lines (front matter?).

Is anybody able to reproduce that?

all best,

 jgart

> 
> ---
>  gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 690858ba6a..7df2262429 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -13618,6 +13618,28 @@ (define-public emacs-log4e
>  you to deal with multiple log levels.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-denote
> +  (package
> +    (name "emacs-denote")
> +    (version "0.5.0")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://git.sr.ht/~protesilaos/denote")
> +             (commit version)))
> +       (file-name (git-file-name name version))
> +       (sha256
> +        (base32 "0z2q0xl4h6x0b38582mgx4i1h21lrn4i508zj9siripqixzb95ak"))))
> +    (build-system emacs-build-system)
> +    (native-inputs (list texinfo))
> +    (home-page "https://protesilaos.com/emacs/denote/")
> +    (synopsis "Simple notes for Emacs")
> +    (description
> +"Denote aims to be a simple-to-use, focused-in-scope, and effective
> +note-taking tool for Emacs.")
> +    (license license:gpl3+)))
> +
>  (define-public emacs-logos
>    (package
>      (name "emacs-logos")
> -- 
> 2.37.1
> 




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#57026] [PATCH v3] gnu: Add emacs-denote.
  2022-08-07  3:15 [bug#57026] [PATCH] gnu: Add emacs-denote jgart via Guix-patches via
  2022-08-11  3:06 ` [bug#57026] [PATCH v2] " jgart via Guix-patches via
@ 2022-08-11 22:33 ` jgart via Guix-patches via
  2022-08-26  8:37   ` bug#57026: " Nicolas Goaziou
  1 sibling, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2022-08-11 22:33 UTC (permalink / raw)
  To: 57026; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-denote): New variable.

0.5.1 is here! yayyyyyyyy

---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 690858ba6a..53641a7afa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13618,6 +13618,28 @@ (define-public emacs-log4e
 you to deal with multiple log levels.")
     (license license:gpl3+)))
 
+(define-public emacs-denote
+  (package
+    (name "emacs-denote")
+    (version "0.5.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~protesilaos/denote")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "00f50dhw0x1hn87rc6vkrdwpybnbphg5z0g2c6c4r4cbgaiia8bi"))))
+    (build-system emacs-build-system)
+    (native-inputs (list texinfo))
+    (home-page "https://protesilaos.com/emacs/denote/")
+    (synopsis "Simple notes for Emacs")
+    (description
+"Denote aims to be a simple-to-use, focused-in-scope, and effective
+note-taking tool for Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-logos
   (package
     (name "emacs-logos")
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#57026: [PATCH v3] gnu: Add emacs-denote.
  2022-08-11 22:33 ` [bug#57026] [PATCH v3] " jgart via Guix-patches via
@ 2022-08-26  8:37   ` Nicolas Goaziou
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2022-08-26  8:37 UTC (permalink / raw)
  To: jgart; +Cc: 57026-done

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-denote): New variable.

Applied. Thank you.

> +    (description
> +"Denote aims to be a simple-to-use, focused-in-scope, and effective
> +note-taking tool for Emacs.")

I replaced this with the description from the homepage. It seemed more
useful.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-26  8:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07  3:15 [bug#57026] [PATCH] gnu: Add emacs-denote jgart via Guix-patches via
2022-08-11  3:06 ` [bug#57026] [PATCH v2] " jgart via Guix-patches via
2022-08-11 13:56   ` jgart via Guix-patches via
2022-08-11 22:33 ` [bug#57026] [PATCH v3] " jgart via Guix-patches via
2022-08-26  8:37   ` bug#57026: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).