Re: [O] [PATCH] org-clock.el: Fix column count for :formula %

2016-01-11 Thread Nicolas Goaziou
Hello, Fernando Varesi writes: > * lisp/org-clock.el (org-clocktable-write-default): Count properties > columns when using special :formula % > > The previous count did not consider properties columns, so the generated > formula was incorrect. Applied. Thank you. Regards, -- Nicolas Goaziou

[O] [PATCH] org-clock.el: Fix column count for :formula %

2016-01-11 Thread Fernando Varesi
* lisp/org-clock.el (org-clocktable-write-default): Count properties columns when using special :formula % The previous count did not consider properties columns, so the generated formula was incorrect. --- lisp/org-clock.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org-clock.el