From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug with org-agenda-span & org-agenda-start-day Date: Thu, 30 Aug 2012 10:21:17 +0200 Message-ID: <87vcg0ssci.fsf@altern.org> References: <87ehmw5x0f.fsf@altern.org> <87harofgel.fsf@altern.org> <874nnlhsmo.fsf@altern.org> <87d328vr5v.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6zzz-0003Se-D0 for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 04:21:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6zzx-00050c-P4 for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 04:21:11 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:61959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6zzx-000505-I2 for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 04:21:09 -0400 Received: by wibhq4 with SMTP id hq4so5755848wib.12 for ; Thu, 30 Aug 2012 01:21:08 -0700 (PDT) In-Reply-To: (Charles Philip Chan's message of "Thu, 30 Aug 2012 02:43:01 -0400") 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: Charles Philip Chan Cc: Org-mode Hi Charles, Charles Philip Chan writes: > Bastien writes: > > Hi Bastien: > >> Remember you need to add (org-agenda-start-on-weekday nil) to the list >> of properties for this agenda view. > > I did that already and it didn't work. To be clear, here is the agenda command I tested: (setq org-agenda-custom-commands '(("R" "Testing" ((agenda "Week starting tomorrow" ((org-agenda-start-on-weekday nil) ;;; here (org-agenda-start-day "+1d") (org-agenda-span 7))) (agenda "Week starting on monday" ((org-agenda-start-on-weekday 1) ;;; here (org-agenda-start-day "+1d") (org-agenda-span 7))))))) See where I changed the value for (org-agenda-start-on-weekday 1). HTH, -- Bastien