On Wednesday, 28 March 2018 13:55:01 CEST Nicolas Goaziou wrote:
> >
> > \begin{center}
> > \begin{tabular}{r}
> > \hline
> > 1.2e09 (abs)\\
> > 2.3\,(-09)\\
> > 3.4\,(09)\\
> > \hline
> > \end{tabular}
> >
> See `org-latex-table-scientific-notation'. I also find the default value
> a bit surprising. I believe it is what Carsten uses.
Hi
thanks, setting that variable to nil solves my problem.
It was a bit puzzling to me, because of the fact that once a string is
somewhere in the column the exponential number came out as is (I guess because
then the table entry is no longer interpreted as a number but as a string).
It was also confusing because HTML export is different and just puts out what
is in the orgmode table.
Maybe one should change the default of the variable to nil?
Just a suggestion, as I said, my problem is solved.
Thanks again
gl