From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Subject: Re: How to trigger costumed agenda after startup? Date: Tue, 12 Oct 2010 13:51:17 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=39285 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5a8c-0006vR-89 for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 04:23:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5a78-0005L8-Ki for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 04:21:39 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:64308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5a78-0005Kw-Gb for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 04:21:38 -0400 Received: by wwd20 with SMTP id 20so3884397wwd.30 for ; Tue, 12 Oct 2010 01:21:37 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chao LU Cc: emacs-orgmode@gnu.org Chao, On Tue, Oct 12, 2010 at 11:16 AM, Chao LU 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)