emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug with org-agenda-span & org-agenda-start-day


From: Bastien
Subject: Re: [O] Bug with org-agenda-span & org-agenda-start-day
Date: Thu, 30 Aug 2012 10:21:17 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Hi Charles,

Charles Philip Chan <address@hidden> writes:

> Bastien <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]