From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: [patch] LaTeX export using tabu tables Date: Sun, 24 Mar 2013 05:48:29 +0530 Message-ID: <20130324001829.GA12223@panahar> References: <87li9e4u7q.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJYe4-0000zB-Qf for emacs-orgmode@gnu.org; Sat, 23 Mar 2013 20:18:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJYe3-0006HU-Np for emacs-orgmode@gnu.org; Sat, 23 Mar 2013 20:18:44 -0400 Received: from mail-pb0-f47.google.com ([209.85.160.47]:33126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJYe3-0006HL-Hp for emacs-orgmode@gnu.org; Sat, 23 Mar 2013 20:18:43 -0400 Received: by mail-pb0-f47.google.com with SMTP id rp2so3608039pbb.34 for ; Sat, 23 Mar 2013 17:18:41 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87li9e4u7q.fsf@ericabrahamsen.net> 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org > > Attached is a patch that lets you use the "tabu" and "longtabu" table > environments. Mostly the patch is necessary because tabu has its own > annoying syntax for table width declarations. Where everyone else does > something like: Great! > Dunno if this is worth it for other people, but there's the patch. If > access to the "spread" keyword isn't worth the trouble I can hard-code > "to": that would at least mean you could switch between table and tabu > without having to edit your ATTR_LATEX lines. > I think that would be better. Capability to switch between different table environments should be important from a user's perspective. Vikas