Nope, that's not right

This commit is contained in:
Benson Chu 2023-06-22 14:55:00 -05:00
parent bf09be536d
commit 2b40cb556f

View file

@ -200,8 +200,7 @@
(not (done))
(odl/part-of-current-level-p)
,@my/is-project-short-circuit
(or (eq 'active (opr/type-of-task))
(eq 'active (opr/type-of-project 'active))))
(eq 'active (opr/type-of-project 'active)))
:action 'element-with-markers
:narrow narrow-p
:sort 'todo))))
@ -246,8 +245,7 @@
`((tags ,tag)))
(odl/part-of-current-level-p)
,@my/is-project-short-circuit
(or (eq 'active (opr/type-of-task))
(eq 'active (opr/type-of-project 'active))))
(eq 'active (opr/type-of-project 'active)))
:action 'element-with-markers
:narrow narrow-p
:sort 'todo))))