Re: Checkbox dependencies and invisible tasks

2023-04-16 Thread Gautier Ponsinet
Ihor Radchenko (2023-04-16 11:56 +): > It was an actual bug showed up after switching to lexical scope. > Fixed, on bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0f6ae7296 Thank you!

Re: Checkbox dependencies and invisible tasks

2023-04-16 Thread Ihor Radchenko
Gautier Ponsinet writes: > I understand. However, the docstring of the variable says: >... > they become unblocked. An exemption to this behavior is when a task is > blocked because of unchecked checkboxes below it. Fair point. It was an actual bug showed up after switching to lexical scope. F

Re: Checkbox dependencies and invisible tasks

2023-04-16 Thread Gautier Ponsinet
Hello Ihor, Ihor Radchenko (2023-04-16 11:09 +): > 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. I understa

Re: Checkbox dependencies and invisible tasks

2023-04-16 Thread Ihor Radchenko
Gautier Ponsinet 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 ent

Checkbox dependencies and invisible tasks

2023-04-16 Thread Gautier Ponsinet
Hello everyone, In an empty "emacs -Q" session, if I evaluate only the following lines: (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.