all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 57769@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#57769] [PATCH] gnu: Add emacs-orca.
Date: Tue, 13 Sep 2022 15:56:03 +0200	[thread overview]
Message-ID: <20220913135603.19875-1-ngraves@ngraves.fr> (raw)

* 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





             reply	other threads:[~2022-09-13 14:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-13 13:56 Nicolas Graves via Guix-patches via [this message]
2022-09-18  9:22 ` bug#57769: [PATCH] gnu: Add emacs-orca Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220913135603.19875-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=57769@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.