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 08:18:36 +0200 Message-ID: <87d328vr5v.fsf@altern.org> References: <87ehmw5x0f.fsf@altern.org> <87harofgel.fsf@altern.org> <874nnlhsmo.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6y5L-0006eo-Fq for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 02:18:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6y5E-0004FO-T0 for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 02:18:35 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:33510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6y5E-0004F6-NC for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 02:18:28 -0400 Received: by weys10 with SMTP id s10so865141wey.0 for ; Wed, 29 Aug 2012 23:18:28 -0700 (PDT) In-Reply-To: (Charles Philip Chan's message of "Thu, 30 Aug 2012 01:36:14 -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: > >> This have been fixed with the other agenda fixes. Please let me know >> if this is not the case for you. > > Sorry Bastien. Setting it to "7" or "week" is still not working. This is > really strange, any other number works. Remember you need to add (org-agenda-start-on-weekday nil) to the list of properties for this agenda view. I suspect the user naturally expects `org-agenda-start-day' to override `org-agenda-start-on-weekday' -- and since `org-agenda-start-on-weekday' is often set globally, maybe that's the correct expectation. still, being able to set (setq org-agenda-start-day "+10d") and have the whole week displayed starting with `org-agenda-start-on-weekday' is useful. What do you think? -- Bastien