Dear Carsten,
I found a bug for the new clocktable code. Only when :level t is set,
the formula % works well.
#+BEGIN: clocktable :maxlevel 2 :scope tree :level t :formula %
... work
#+BEGIN: clocktable :maxlevel 2 :scope tree :formula %
... do not work
My test has done in the latest org git co
Hi everyone,
I have just pushed a rewrite of the clocktable code.
It has more options now, and most importantly the code is
*much* cleaner. In particular, data collection and formatting
are now clearly separated. Anyone who would like to hack now
actually has a chance to do so in a correct way