guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nicolas Goaziou
Subject: [bug#57769] [PATCH] gnu: Add emacs-orca.
Date: Sun, 18 Sep 2022 11:22:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]