GNU bug report logs - #65753
[PATCH 0/2] emacs-org-dynamic-agenda.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 5 Sep 2023 10:32:01 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 65753 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr, andrew <at> trop.in, Andrew Tropin <andrew <at> trop.in>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> 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
* 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





This bug report was last modified 1 year and 315 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.