From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: need: custom agenda for last 7 days Date: Fri, 22 Feb 2013 09:19:28 +0100 Message-ID: <871uc8zqub.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8o8g-0004UZ-Rv for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 03:37:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8o8f-0002W9-Ft for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 03:37:54 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:58123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8o8f-0002Vr-9H for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 03:37:53 -0500 Received: by mail-wi0-f175.google.com with SMTP id l13so589450wie.14 for ; Fri, 22 Feb 2013 00:37:52 -0800 (PST) In-Reply-To: (Subhan Tindall's message of "Wed, 20 Feb 2013 11:00:31 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Subhan Tindall Cc: Org-Mode Hi Subhan, Subhan Tindall writes: > '(org-agenda-custom-commands (quote (("w" "Weekly Logs" agenda "" > ((org-agenda-span 8)))))) You can combine `org-agenda-span' and `org-agenda-start-day', which interprets negative values correctly: '(org-agenda-custom-commands (quote (("w" "Weekly Logs" agenda "" ((org-agenda-span 8) (org-agenda-start-day -7)))))) And *yes*, we need more documentation and tutorials on this. Help is welcome! Best, -- Bastien