Re: [O] aggregate: percent, table headers, float format

2018-07-31 Thread Thierry Banel
Done. Now orgaggregate takes org-calc-default-modes into account. The priority is as follow: If given, a formatter modifier (like ;p17) takes precedence. Otherwise, if a customization of org-calc-default-modes is found (like

Re: [O] aggregate: percent, table headers, float format

2018-06-30 Thread Uwe Brauer
> Again, the #+TBLFM specification survives refreshes (performed with C-c > C-c on the #+BEGIN: line). Everything else is recomputed. > Regards > Thierry Thanks this solves all my problems! Uwe smime.p7s Description: S/MIME cryptographic signature

Re: [O] aggregate: percent, table headers, float format

2018-06-28 Thread Thierry Banel
On 28/06/2018 14:53, Uwe Brauer wrote: > Hi > > Org-aggregate is great and very helpful. > > However I have some problems/questions which I think a maybe interesting > for the list. > > Take the following code > > > #+begin_src emacs-lisp > (setq org-calc-default-modes '(calc-internal-prec 12

[O] aggregate: percent, table headers, float format

2018-06-28 Thread Uwe Brauer
Hi Org-aggregate is great and very helpful. However I have some problems/questions which I think a maybe interesting for the list. Take the following code #+begin_src emacs-lisp (setq org-calc-default-modes '(calc-internal-prec 12 calc-float-format (fix 3);;; the