org-clock.el: Implement a new parameter :wstart to define the week start day
commit0bca49801eac749b6adf39b176b9455566faac85
authorBastien Guerry <bzg@altern.org>
Sat, 29 Dec 2012 11:35:18 +0000 (29 12:35 +0100)
committerBastien Guerry <bzg@altern.org>
Sat, 29 Dec 2012 11:35:18 +0000 (29 12:35 +0100)
treeadccd368831cc7b05b3d97cfb9b65a13f5f3c9db
parent271bbb0a6d038fb295b7ab0ff8d0b3b3275c2e99
org-clock.el: Implement a new parameter :wstart to define the week start day

* org-clock.el (org-clock-special-range): New parameter
'weekstart to define the week start day.
(org-clock-special-range, org-dblock-write:clocktable)
(org-dblock-write:clocktable, )
(org-clocktable-write-default, org-clocktable-steps)
(org-clock-get-table-data): Use the new parameter.
(org-clocktable-defaults): Set monday as the starting day of
the week by setting :wstart to 1.

* org.texi (The clock table): Document :wstart as a way to set
the starting day of the week.

Thanks to Raghavendra D Prabhu for suggesting this feature.
doc/org.texi
lisp/org-clock.el