From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?G=FCnter?= Lichtenberg Subject: Re: Exponential numbers in latex table export Date: Wed, 28 Mar 2018 18:37:31 +0200 Message-ID: <2471372.2vmYEAfCdg@krailli.fritz.box> References: <17107066.dRKVHBuYob@krailli.fritz.box> <87fu4kqusq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1E4w-0006Xo-0m for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 12:37:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1E4s-0008Du-Ql for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 12:37:38 -0400 Received: from mout.kundenserver.de ([217.72.192.75]:55591) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1E4s-0008DF-Gi for emacs-orgmode@gnu.org; Wed, 28 Mar 2018 12:37:34 -0400 In-Reply-To: <87fu4kqusq.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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