Hi,

    I'm having a problem with the agenda view that I'm not able to solve. Even if I starts emacs with an empty configuration file

emacs -q -l empty_emacs_file

    When I type M-x org-agenda-list with this file
* Tasks
** TODO Hello darling
   SCHEDULED: <2012-03-07 Wed>

I get this agenda view:

Week-agenda (W10):
Monday      5 March 2012 W10
Tuesday     6 March 2012
Wednesday   7 March 2012
Thursday    8 March 2012
Friday      9 March 2012
Saturday   10 March 2012
Sunday     11 March 2012

That displays nothing. Am I doing something wrong? Why the TODO task is not displayed?

BTW I'm using GNU Emacs 24.0.93.1 and org-version 7.8.03


Thanks.