On Wed, Sep 2, 2009 at 10:37 PM, Peter Westlake wrote: > This is quite obscure, and an odd corner case, but here it is. > > If you have an item which is: > > - a TODO > - scheduled > - ordered > - blocked by a child TODO > > then it leaves an empty line in the agenda. > > Here's a test case: > ,---- > | * Press t r on this line in the agenda > | SCHEDULED: <2009-09-02 Wed> > | :PROPERTIES: > | :ORDERED: t > | :END: > | *** TODO Report invisible scheduled items > `---- > > C-a a a will show an agenda with "Scheduled: Press t r ...". > Press "t" on that line to add a TODO. > Press "r" to redisplay, and see the line go blank.
Is the value of org-use-fast-todo-selection set to "t"? And what's the value for org-agenda-dim-blocked-tasks in your setup? ,----[ org-agenda-dim-blocked-tasks ] | org-agenda-dim-blocked-tasks is a variable defined in `org-agenda.el'. | Its value is t | | Documentation: | Non-nil means, dim blocked tasks in the agenda display. | This causes some overhead during agenda construction, but if you | have turned on `org-enforce-todo-dependencies', | `org-enforce-todo-checkbox-dependencies', or any other blocking | mechanism, this will create useful feedback in the agenda. | | Instead ot t, this variable can also have the value `invisible'. | Then blocked tasks will be invisible and only become visible when | they become unblocked. An exemption to this behavior is when a task is | blocked because of unchecked checkboxes below it. Since checkboxes do | not show up in the agenda views, making this task invisible you remove any | trace from agenda views that there is something to do. Therefore, a task | that is blocked because of checkboxes will never be made invisible, it | will only be dimmed. `---- -- Manish _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode