all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: Nicolas Graves <ngraves@ngraves.fr>
Cc: 66865@debbugs.gnu.org
Subject: [bug#66865] [PATCH] gnu: emacs-org-ql-dynamic-agenda: Move to (gnu packages emacs-xyz).
Date: Sat, 04 Nov 2023 19:12:31 +0800	[thread overview]
Message-ID: <87ttq1wz4w.wl-hako@ultrarare.space> (raw)
In-Reply-To: <20231101005447.4086-1-ngraves@ngraves.fr>

Hi Nicolas,

On Wed, 01 Nov 2023 08:54:47 +0800,
Nicolas Graves via Guix-patches via wrote:
>
> * /gnu/packages/emacs-xyz.scm (emacs-org-ql-dynamic-agenda): Move from here…
> * /gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda-ql): …to here.
> ---
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index c9b6a18112..02bc90a985 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -31588,13 +31588,13 @@ (define-public emacs-org-dynamic-agenda
>       "This package dynamically generates org-agenda-files.")
>      (license license:gpl3+)))
>
> -(define-public emacs-org-ql-dynamic-agenda
> +(define-public emacs-org-dynamic-agenda-ql
>    (package
>      (inherit emacs-org-dynamic-agenda)
> -    (name "emacs-org-ql-dynamic-agenda")
> +    (name "emacs-org-dynamic-agenda-ql")
>      (arguments
>       (list #:include
> -           #~(list "org-ql-dynamic-agenda\\.el" "README\\.org")))
> +           #~(list "org-dynamic-agenda-ql\\.el" "README\\.org")))
>      (propagated-inputs (list emacs-org-ql))
>      (description
>       "This package dynamically generates org-agenda-files, and take advantage
> --
> 2.41.0

I have changed the commit message to "gnu: emacs-org-ql-dynamic-agenda: Rename
to emacs-org-dynamic-agenda-ql."

And applied it as 33644303a1889477fd53287ed1042201a8fd262f, thank you!




      reply	other threads:[~2023-11-04 11:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-01  0:54 [bug#66865] [PATCH] gnu: emacs-org-ql-dynamic-agenda: Move to (gnu packages emacs-xyz) Nicolas Graves via Guix-patches via
2023-11-04 11:12 ` Hilton Chain via Guix-patches via [this message]

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=87ttq1wz4w.wl-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=66865@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    --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.