REF remove useless function
This commit is contained in:
parent
6dca17122d
commit
7b24e6423c
|
@ -2299,11 +2299,6 @@ FUTURE-LIMIT in a list."
|
||||||
(org-mode)
|
(org-mode)
|
||||||
(--mapcat ,id-form (org-x-dag-files->ids ,files))))
|
(--mapcat ,id-form (org-x-dag-files->ids ,files))))
|
||||||
|
|
||||||
(defmacro org-x-dag-with-action-ids (id-form)
|
|
||||||
(declare (indent 1))
|
|
||||||
`(org-x-dag-with-ids (org-x-dag->action-ids)
|
|
||||||
,id-form))
|
|
||||||
|
|
||||||
(defmacro org-x-dag-with-files (files pre-form form)
|
(defmacro org-x-dag-with-files (files pre-form form)
|
||||||
(declare (indent 2))
|
(declare (indent 2))
|
||||||
(let* ((lookup-form '(ht-get file->ids it-file))
|
(let* ((lookup-form '(ht-get file->ids it-file))
|
||||||
|
|
Loading…
Reference in New Issue