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: 66865@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#66865] [PATCH] gnu: emacs-org-ql-dynamic-agenda: Move to (gnu packages emacs-xyz).
Date: Wed,  1 Nov 2023 01:54:47 +0100	[thread overview]
Message-ID: <20231101005447.4086-1-ngraves@ngraves.fr> (raw)

* /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





             reply	other threads:[~2023-11-01  0:56 UTC|newest]

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

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

  git send-email \
    --in-reply-to=20231101005447.4086-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=66865@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.