Hi Subhan, Subhan Tindall <[email protected]> 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
