REF remove dead code
This commit is contained in:
parent
cfc944e213
commit
225ad0efbc
|
@ -1665,9 +1665,7 @@ denoted by CUR-KEY with any errors that are found."
|
||||||
;; TODO what about repeaters?
|
;; TODO what about repeaters?
|
||||||
(-when-let (sched (org-x-dag-adjlist-id-planning-datetime
|
(-when-let (sched (org-x-dag-adjlist-id-planning-datetime
|
||||||
adjlist :scheduled id))
|
adjlist :scheduled id))
|
||||||
(when (and ;;(org-x-dag-date<= week-start sched)
|
(when (and (not (org-x-dag-adjlist-id-done-p adjlist id))
|
||||||
;;(org-x-dag-date<= sched week-end)
|
|
||||||
(not (org-x-dag-adjlist-id-done-p adjlist id))
|
|
||||||
committed-ids)
|
committed-ids)
|
||||||
(->> q-committed
|
(->> q-committed
|
||||||
(--filter (-intersection committed-ids (cdr it)))
|
(--filter (-intersection committed-ids (cdr it)))
|
||||||
|
|
Loading…
Reference in New Issue