From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Way to replace normal tabular env with booktabs? Date: Sat, 04 Feb 2012 16:54:29 +0100 Message-ID: <87vcnmr3uy.fsf@gmail.com> References: <0167BDBB-27A0-458E-8107-4A2217710BE7@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rthyo-0000DH-3P for emacs-orgmode@gnu.org; Sat, 04 Feb 2012 10:56:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rthyj-0003D6-Jl for emacs-orgmode@gnu.org; Sat, 04 Feb 2012 10:56:46 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:47403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rthyj-0003D2-E7 for emacs-orgmode@gnu.org; Sat, 04 Feb 2012 10:56:41 -0500 Received: by wibhj13 with SMTP id hj13so4658942wib.0 for ; Sat, 04 Feb 2012 07:56:40 -0800 (PST) In-Reply-To: (John Hendy's message of "Fri, 3 Feb 2012 17:24:58 -0600") 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: John Hendy Cc: emacs-orgmode , Carsten Dominik Hello, John Hendy writes: > On Fri, Jan 13, 2012 at 9:39 AM, Carsten Dominik > wrote: >> >> On Jan 13, 2012, at 3:52 PM, Niels Giesen wrote: >> >>> There is a patch from me waiting to be incorporated into org mode that = lets one use booktabs as export for normal org tables. >>> >>> You can find it @ http://patchwork.newartisans.com/patch/1016/ >> >> Hi NIels, >> >> I am looking now at this patch, and maybe it would be better to implemen= t these three variables as one, holding a property or association list? =C2= =A0Makes it easily extendable. >> >> Equally important - it would be great if you could try to implement this= same change in the new exporter engine from Nicolas, to ensure that the ne= w exporter will not lag behind. >> >> Regards >> >> - Carsten >> > > Any new thoughts on this? It would be great if this could be adjusted > as mentioned and merged into org-mode! I'm still using the current > patch from Niels in a separate branch because I like it so much! I looked at the patch. I think the three variables expose too much Org internals to the user. It would be simpler to make use of `org-export-latex-tabular-environment' with a "booktabs" value. Also and #+attr_latex: booktabs should transform the table into a booktab-table locally. If Niels Giesen (CC'ed) doesn't mind, I will implement a modified version of his changes for the new exporter, in a couple of days. Regards, --=20 Nicolas Goaziou