GNU bug report logs -
#57769
[PATCH] gnu: Add emacs-orca.
Previous Next
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.
Full log
View this message in rfc822 format
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
This bug report was last modified 2 years and 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.