From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Re: Python code for producing Org tables Date: Tue, 25 Dec 2012 08:04:40 -0500 Message-ID: <86txracmfr.fsf@iro.umontreal.ca> References: <8638z2yaer.fsf@mercure.progiciels-bpi.ca> <87wqw8walq.fsf@bzg.ath.cx> <864njbr5dv.fsf@iro.umontreal.ca> <87sj6vsifi.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnUBb-0002vY-PE for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 08:04:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnUBX-0007lJ-O5 for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 08:04:47 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:54662 helo=mercure.bureau.ubity.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnUBX-0007l0-Iw for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 08:04:43 -0500 In-Reply-To: <87sj6vsifi.fsf@bzg.ath.cx> (Bastien's message of "Mon, 24 Dec 2012 14:12:17 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien writes: > Would you like something like > | 3.1 | > | 3.1415 | > be aligned/modified as=20=20 > | 3.1000 | > | 3.1415 | > ? More precisely as: > | 3.1 | > | 3.1415 | which is aligning on dots, even if it looks like left-justifying. There is a problem in that I have tables using a decimal period, and others using a decimal comma, and the Python code only handles periods. Instead of diving into complex locales things, which would not do anyway, I would merely recognize both as a reasonable compromise. > Don't worry, once you'll dive into `org-table-align' chances are that > you will feel like "working" instead of "toying" :) Grrr! :-) > Bonnes f=C3=AAtes ! Itou, itou! Fran=C3=A7ois (who is soon going, to play the office this morning).