mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Nope, that's not right
This commit is contained in:
parent
bf09be536d
commit
2b40cb556f
1 changed files with 2 additions and 4 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue