[Orgmode] How to trigger costumed agenda after startup?

2010-10-12 Thread Chao LU
Dear list,

The first thing for me to do after starting Emacs is just going to some
costumed agenda command, how to trigger these agendas by .emacs?

Thanks a lot.

Chao
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] How to trigger costumed agenda after startup?

2010-10-12 Thread Puneeth
Chao,

On Tue, Oct 12, 2010 at 11:16 AM, Chao LU looc...@gmail.com wrote:
 Dear list,

 The first thing for me to do after starting Emacs is just going to some
 costumed agenda command, how to trigger these agendas by .emacs?

Add the following to your .emacs

   (org-agenda nil R)

where R is the key for that particular agenda view.

HTH,
Puneeth

ps: I really don't know what the first argument does (yet)

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode