Gautier Ponsinet <gaut...@gautierponsinet.xyz> writes:

> (setq org-agenda-files '("~/agenda.org"))
> (setq org-enforce-todo-checkbox-dependencies t)
> (setq org-agenda-dim-blocked-tasks 'invisible)
>
> with the following agenda.org file:
>
> * TODO Test entry
> <2023-04-16 dim.>
> - [ ] a checkbox
>
> then the entry "Test entry" does not appear in the agenda or in the
> Global list of TODO items !
>
> Am I missing or misunderstanding something?

As you instructed Org, checkboxes should be considered as task blockers,
if unchecked. Then, you instructed Org to hide blocked tasks in agenda.
Your "Test entry" is blocked by the checkbox. Thus, it is hidden in the
agenda.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to