[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Checkbox dependencies and invisible tasks
From: |
Gautier Ponsinet |
Subject: |
Checkbox dependencies and invisible tasks |
Date: |
Sun, 16 Apr 2023 11:59:14 +0200 |
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.>
- [ ] 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?
(emacs-version: GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+
Version 3.24.36, cairo version 1.17.6) of 2023-01-03
org-version: 9.6.3)
All the best,
Gautier.
- Checkbox dependencies and invisible tasks,
Gautier Ponsinet <=