From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: [new exporter] latex export and attr_latex Date: Thu, 7 Mar 2013 07:52:06 +0530 Message-ID: <20130307022206.GA22322@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDQTL-0002jg-3D for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 21:22:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDQTJ-0006zo-JR for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 21:22:19 -0500 Received: from mail-pb0-f43.google.com ([209.85.160.43]:35052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDQTJ-0006zW-E2 for emacs-orgmode@gnu.org; Wed, 06 Mar 2013 21:22:17 -0500 Received: by mail-pb0-f43.google.com with SMTP id md12so6926389pbc.30 for ; Wed, 06 Mar 2013 18:22:16 -0800 (PST) Content-Disposition: inline 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 There has been a change in the way attr_latex is used in the new exporter. Nicolas has given the details at http://thread.gmane.org/gmane.emacs.orgmode/62766. Would somebody have time to elaborate with an example how to use it for tabularx/tabulary environment. In case of old exporter, I used to have something like this: #+ATTR_LATEX: tabulary width=\textwidth align=l|rRRRR How should this change in the new exporter? Vikas PS: Been wondering, Nicolas Goaziou must be a super human!