From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Custom agenda view for specific time intervals Date: Mon, 11 Apr 2011 15:08:57 +0200 Message-ID: References: <51499763-2DB7-4346-A249-798281D90787@fastmail.net> <87wrj47kmq.fsf@gnu.org> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=47729 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9GsA-00041U-Pt for emacs-orgmode@gnu.org; Mon, 11 Apr 2011 09:09:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9Gs6-0004jV-3F for emacs-orgmode@gnu.org; Mon, 11 Apr 2011 09:09:42 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:46053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Gs5-0004fu-W6 for emacs-orgmode@gnu.org; Mon, 11 Apr 2011 09:09:38 -0400 In-Reply-To: <87wrj47kmq.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien, >> Is there a way to create custom agenda views for specific time intervals, >> such as "May 2011" or "the month following the current month"? > > A combination of `org-agenda-start-day' and `org-agenda-span' should do. org-agenda-start-day is exactly what I was looking for, thanks! Konrad.