[O] Re: lisp/org-clock.el: Add param :properties to list properties in clocktable

2011-03-28 Thread Niels Giesen
> Bernt Hansen writes: > Thanks for the example. That helps a lot. I think posting this to Worg > would be very useful. Hi Bernt, I will do so if/when these patches get accepted ;) -- http://pft.github.com/

[O] Re: lisp/org-clock.el: Add param :properties to list properties in clocktable

2011-03-27 Thread Bernt Hansen
Niels Giesen writes: > Bernt Hansen writes: > > [...] > >> Could you provide a sample clock report using this patch to get a >> better idea of why you find this useful? > > Yes, here you are, along with the contents of a sample file, so that you > may get a gist of my need for inheritance. > > *

[O] Re: lisp/org-clock.el: Add param :properties to list properties in clocktable

2011-03-27 Thread Niels Giesen
Bernt Hansen writes: [...] > Could you provide a sample clock report using this patch to get a > better idea of why you find this useful? Yes, here you are, along with the contents of a sample file, so that you may get a gist of my need for inheritance. * Clocktables #+BEGIN: clocktable :max

[O] Re: lisp/org-clock.el: Add param :properties to list properties in clocktable

2011-03-26 Thread Bernt Hansen
Niels Giesen writes: > Here are a few patches to add property columns in clocktables. These > allow me e.g. to freely set different cost centers which is wanted @ > my work, and also possibly small descriptions. It is generically set > up so I reckon other people may find use in this too. > > The