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: 65753@debbugs.gnu.org
Cc: ngraves@ngraves.fr, andrew@trop.in,
	Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#65753] [PATCH v2 2/2] gnu: Add emacs-org-ql-dynamic-agenda.
Date: Tue,  5 Sep 2023 12:36:11 +0200	[thread overview]
Message-ID: <91e0cf21fd6d3325d80b64fd801c48ff6abdec52.1693910171.git.ngraves@ngraves.fr> (raw)
In-Reply-To: <41478f96add73d489aa3eea2d121b3b7266a3adb.1693910171.git.ngraves@ngraves.fr>

* gnu/packages/emacs-xyz.scm (emacs-org-ql-dynamic-agenda): New variable.
---
 gnu/packages/emacs-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3d6df8efa3..22f48a0326 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31145,6 +31145,18 @@ (define-public emacs-org-dynamic-agenda
      "This package dynamically generates org-agenda-files.")
     (license license:gpl3+)))
 
+(define-public emacs-org-ql-dynamic-agenda
+  (package
+    (inherit emacs-org-dynamic-agenda)
+    (name "emacs-org-ql-dynamic-agenda")
+    (arguments
+     (list #:include
+           #~(list "org-ql-dynamic-agenda\\.el" "README\\.org")))
+    (propagated-inputs (list emacs-org-ql))
+    (description
+     "This package dynamically generates org-agenda-files, and take advantage
+of the org-ql cache.")))
+
 (define-public emacs-dash-docs
   (let ((commit "dafc8fc9f1ddb2e4e39e0b8d066c42d5d7ce8d06")
         (revision "2"))
-- 
2.41.0





  reply	other threads:[~2023-09-05 10:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-05 10:31 [bug#65753] [PATCH 0/2] emacs-org-dynamic-agenda Nicolas Graves via Guix-patches via
2023-09-05 10:35 ` [bug#65753] [PATCH 1/2] feature: emacs-org-dynamic-agenda: Properly integrate with org-ql Nicolas Graves via Guix-patches via
2023-09-05 10:36 ` [bug#65753] [PATCH v2 1/2] gnu: Add emacs-org-dynamic-agenda Nicolas Graves via Guix-patches via
2023-09-05 10:36   ` Nicolas Graves via Guix-patches via [this message]
2023-09-07 12:27   ` bug#65753: " Andrew Tropin

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=91e0cf21fd6d3325d80b64fd801c48ff6abdec52.1693910171.git.ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=65753@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=liliana.prikler@gmail.com \
    --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.