gnu: emacs-org-dynamic-agenda-ql: Rename package to emacs-org-agenda-files-track-ql.
* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda-ql): Define in terms of 'deprecated-package'. (emacs-org-agenda-files-track-ql): New variable, formerly known as "emacs-org-dynamic-agenda-ql". Change-Id: Ib73181ecf6538de77c78f2d3b20f02e0df85beac Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
aa592f7192
commit
2ebb7f57c2
1 changed files with 8 additions and 6 deletions
|
@ -31889,17 +31889,19 @@ current tree.")
|
||||||
|
|
||||||
(define-deprecated emacs-org-dynamic-agenda emacs-org-agenda-files-track)
|
(define-deprecated emacs-org-dynamic-agenda emacs-org-agenda-files-track)
|
||||||
|
|
||||||
(define-public emacs-org-dynamic-agenda-ql
|
(define-public emacs-org-agenda-files-track-ql
|
||||||
(package
|
(package
|
||||||
(inherit emacs-org-dynamic-agenda)
|
(inherit emacs-org-agenda-files-track)
|
||||||
(name "emacs-org-dynamic-agenda-ql")
|
(name "emacs-org-agenda-files-track-ql")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:include
|
(list #:include
|
||||||
#~(list "org-dynamic-agenda-ql\\.el" "README\\.org")))
|
#~(list "org-agenda-files-track-ql\\.el" "README\\.org")))
|
||||||
(propagated-inputs (list emacs-org-ql))
|
(propagated-inputs (list emacs-org-ql))
|
||||||
(description
|
(description
|
||||||
"This package dynamically generates org-agenda-files, and take advantage
|
"This package tracks org-agenda-files precisely to speed-up org-agenda,
|
||||||
of the org-ql cache.")))
|
and takes advantage of the org-ql cache.")))
|
||||||
|
|
||||||
|
(define-deprecated emacs-org-dynamic-agenda-ql emacs-org-agenda-files-track-ql)
|
||||||
|
|
||||||
(define-public emacs-dash-docs
|
(define-public emacs-dash-docs
|
||||||
(let ((commit "dafc8fc9f1ddb2e4e39e0b8d066c42d5d7ce8d06")
|
(let ((commit "dafc8fc9f1ddb2e4e39e0b8d066c42d5d7ce8d06")
|
||||||
|
|
Reference in a new issue