Hi Subhan,

Subhan Tindall <subhan.tind...@rentrakmail.com> 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

Reply via email to