[O] Agenda not working

2012-03-07 Thread Toni Cebrián
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
Thursday8 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.


Re: [O] Agenda not working

2012-03-07 Thread François Allisson
Hello Toni,

     When I type M-x org-agenda-list with this file
(...)
 I get this agenda view:
(...)
 That displays nothing. Am I doing something wrong? Why the TODO task is not
 displayed?

There is nothing wrong with your file. It is just that it must be
added to the org-agenda-files variable to be taken into account.
See http://orgmode.org/manual/Agenda-files.html

Best regards,
François (orgmode enthusiastic newbie)



Re: [O] Agenda not working

2012-03-07 Thread Toni Cebrián

Shame on me for my diagonal reading of the manual ;)

Thanks

On 07/03/12 10:34, François Allisson wrote:

Hello Toni,


 When I type M-x org-agenda-list with this file

(...)

I get this agenda view:

(...)

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

There is nothing wrong with your file. It is just that it must be
added to the org-agenda-files variable to be taken into account.
See http://orgmode.org/manual/Agenda-files.html

Best regards,
François (orgmode enthusiastic newbie)





Re: [O] Agenda not working

2012-03-07 Thread Bernt Hansen
Toni Cebrián ance...@gmail.com writes:

 Shame on me for my diagonal reading of the manual ;)

 Thanks

 On 07/03/12 10:34, François Allisson wrote:
 Hello Toni,

  When I type M-x org-agenda-list with this file
 (...)
 I get this agenda view:
 (...)
 That displays nothing. Am I doing something wrong? Why the TODO task is not
 displayed?
 There is nothing wrong with your file. It is just that it must be
 added to the org-agenda-files variable to be taken into account.
 See http://orgmode.org/manual/Agenda-files.html


Alternatively you can restrict the agenda to the current file for
testing with

C-u C-c C-x 

then all agenda commands will operate on the current org file until you
remove the restriction.

-Bernt