Hi Charles,

Charles Philip Chan <cpc...@bell.net> writes:

> Bastien <b...@altern.org> 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