From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dov Grobgeld Subject: Re: Python code for producing Org tables Date: Mon, 24 Dec 2012 15:26:30 +0200 Message-ID: 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]:46782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn838-00023x-19 for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 08:26:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tn836-00080O-Ry for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 08:26:33 -0500 Received: from mail-da0-f51.google.com ([209.85.210.51]:34542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn836-00080F-Km for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 08:26:32 -0500 Received: by mail-da0-f51.google.com with SMTP id i30so3163453dad.24 for ; Mon, 24 Dec 2012 05:26:31 -0800 (PST) In-Reply-To: <87sj6vsifi.fsf@bzg.ath.cx> 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: Bastien Cc: =?UTF-8?Q?Fran=C3=A7ois_Pinard?= , emacs-orgmode@gnu.org Nice! I've needed that often. But please add licensing information to the code to make clear in what contexts it may be used. Regards, Dov On Mon, Dec 24, 2012 at 3:12 PM, Bastien wrote: > > Hi Fran=C3=A7ois, > > Fran=C3=A7ois Pinard writes: > > > I do not know, and should check indeed. Yet, even then, it does not > > mean Org tables could not do better than standard practice! :-) > > Would you like something like > > | 3.1 | > | 3.1415 | > > be aligned/modified as > > | 3.1000 | > | 3.1415 | > > ? > > I personally wouldn't like this, but I'm curious. > > >> If so, this is a nice Elisp challenge for anyone willing to > >> implement it :) > > > > I'd tackle it myself, yet if I do it before a few weeks, it'd mean I'm > > toying rather than doing what I should rather be doing... Sigh! > > Don't worry, once you'll dive into `org-table-align' chances are that > you will feel like "working" instead of "toying" :) > > Bonnes f=C3=AAtes ! > > -- > Bastien >