unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57769] [PATCH] gnu: Add emacs-orca.
@ 2022-09-13 13:56 Nicolas Graves via Guix-patches via
  2022-09-18  9:22 ` bug#57769: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-09-13 13:56 UTC (permalink / raw)
  To: 57769; +Cc: ngraves

* 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





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

* bug#57769: [PATCH] gnu: Add emacs-orca.
  2022-09-13 13:56 [bug#57769] [PATCH] gnu: Add emacs-orca Nicolas Graves via Guix-patches via
@ 2022-09-18  9:22 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-09-18  9:22 UTC (permalink / raw)
  To: Nicolas Graves via Guix-patches via; +Cc: 57769-done, Nicolas Graves

Hello,

Nicolas Graves via Guix-patches via <guix-patches@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




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

end of thread, other threads:[~2022-09-18  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 13:56 [bug#57769] [PATCH] gnu: Add emacs-orca Nicolas Graves via Guix-patches via
2022-09-18  9:22 ` bug#57769: " 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).