FIX repeated deadlines in agenda
This commit is contained in:
parent
3778f8bd7d
commit
9f0ca73f36
|
@ -2722,7 +2722,7 @@ FUTURE-LIMIT in a list."
|
||||||
(`nil `(,datetime))
|
(`nil `(,datetime))
|
||||||
(`(,value ,unit ,reptype)
|
(`(,value ,unit ,reptype)
|
||||||
(->> (org-x-dag-repeater-get-next cur datetime value unit reptype)
|
(->> (org-x-dag-repeater-get-next cur datetime value unit reptype)
|
||||||
(--unfold (unless (org-x-dag-datetime< future-limit it)
|
(--unfold (when (org-x-dag-datetime< it future-limit)
|
||||||
(cons it (org-x-dag-datetime-shift it value unit))))
|
(cons it (org-x-dag-datetime-shift it value unit))))
|
||||||
(cons datetime))))))
|
(cons datetime))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue