unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches@gnu.org>
Cc: 58616-done@debbugs.gnu.org, jgart <jgart@dismail.de>
Subject: bug#58616: [PATCH] gnu: Add emacs-org-cliplink.
Date: Fri, 21 Oct 2022 10:02:55 +0200	[thread overview]
Message-ID: <871qr1hads.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20221018235724.17839-1-jgart@dismail.de> (jgart via Guix-patches via's message of "Tue, 18 Oct 2022 18:57:24 -0500")

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

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

Thank you. Applied with the following changes.

> +(define-public emacs-org-cliplink
> +  (let ((commit "13e0940b65d22bec34e2de4bc8cba1412a7abfbc")
> +        (revision "0"))
> +    (package
> +      (name "emacs-org-cliplink")
> +      (version (git-version "20201126" revision commit))

Base version is actually "0.2", according to Version keyword in the main
file.

> +      (arguments
> +        (list

I also activated tests.

> +         #:phases
> +         #~(modify-phases %standard-phases
> +             (add-after 'unpack 'patch-geiser-racket-binary

The name of the phase looks like a copy-pasta typo. I overlooked it.
I'll fix it in a subsequent commit.

> +               (lambda* (#:key inputs #:allow-other-keys)
> +                 (substitute* "org-cliplink-transport.el"
> +                   (("curl\")")
> +                    (string-append (search-input-file inputs "bin/curl") "\")"))))))))
> +      (inputs (list curl))
> +      (home-page "https://github.com/rexim/org-cliplink/")
> +      (synopsis "Insert org-mode links from the clipboard")

org-mode -> Org mode

> +      (description
> +"@code{emacs-org-cliplink} provides a simple command that takes a URL

emacs-org-cliplink is the internal name of the Guix variable bound to
the package definition. The project is actually org-cliplink or (as
a matter of taste) Org Cliplink.

> +from the clipboard and inserts an org-mode link with a title of a page

Again : org-mode -> Org mode.

Regards,
-- 
Nicolas Goaziou




  reply	other threads:[~2022-10-21  8:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18 23:57 [bug#58616] [PATCH] gnu: Add emacs-org-cliplink jgart via Guix-patches via
2022-10-21  8:02 ` Nicolas Goaziou [this message]
2022-10-21 16:33   ` jgart via Guix-patches via

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=871qr1hads.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=58616-done@debbugs.gnu.org \
    --cc=guix-patches@gnu.org \
    --cc=jgart@dismail.de \
    /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 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).