GNU bug report logs - #57769
[PATCH] gnu: Add emacs-orca.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 13 Sep 2022 13:57: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 57769 in the body.
You can then email your comments to 57769 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57769; Package guix-patches. (Tue, 13 Sep 2022 13:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 13 Sep 2022 13:57:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: ngraves <at> ngraves.fr
Subject: [PATCH] gnu: Add emacs-orca.
Date: Tue, 13 Sep 2022 15:56:03 +0200
* gnu/packages/emacs-xyz.scm (emacs-orca): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 95d88cfd70..3644d92949 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30704,6 +30704,32 @@ (define-public emacs-haskell-snippets
 snippets for Emacs.")
       (license license:expat))))
 
+(define-public emacs-orca
+  (let* ((commit "0687f416a5573f63b691d384454f5a793266ed97")
+         (revision "0"))
+    (package
+      (name "emacs-orca")
+      (version (git-version "0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/abo-abo/orca")
+               (commit commit)))
+         (sha256
+          (base32 "00a363vkqvryw5s7pj0kh8pqq5vvbf1pmbzz0b1z1fckwr49sv0f"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-zoutline))
+      (home-page "https://github.com/abo-abo/orca")
+      (synopsis "Handler for Org Capture")
+      (description
+       "This package provides several convenient recipes for configuring
+@code{org-capture}, mainly for capturing from a browser. It can match urls and
+inject the capture in a targeted org file, under a targeted heading. The more
+this package is configured, the less refiling is needed on your captures: they
+will go directly to where they belong.")
+      (license license:gpl3+))))
+
 (define-public emacs-org-roam
   (package
     (name "emacs-org-roam")
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#57769; Package guix-patches. (Sun, 18 Sep 2022 09:23:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>
Cc: 57769-done <at> debbugs.gnu.org, Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [bug#57769] [PATCH] gnu: Add emacs-orca.
Date: Sun, 18 Sep 2022 11:22:01 +0200
Hello,

Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:

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

Thank you. Applied with the changes below.

> +(define-public emacs-orca
> +  (let* ((commit "0687f416a5573f63b691d384454f5a793266ed97")
> +         (revision "0"))
> +    (package
> +      (name "emacs-orca")
> +      (version (git-version "0" revision commit))

Base version is "0.1.0", not "0", according to Version keyword.

> +      (description
> +       "This package provides several convenient recipes for configuring
> +@code{org-capture}, mainly for capturing from a browser. It can match urls and

I capitalized Org Capture (the name of the project), instead of using
@code, which would be the name of the variable.  I also added two spaces
at the end of sentences.

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 18 Sep 2022 09:23:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Graves <ngraves <at> ngraves.fr>:
bug acknowledged by developer. (Sun, 18 Sep 2022 09:23:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Oct 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 193 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.