From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Re: new latex exporter and attr_latex Date: Tue, 11 Dec 2012 20:09:40 +0000 (UTC) Message-ID: References: <87ip88v8yz.fsf@allisson.co> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiW9S-0004oN-Sp for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 15:10:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiW9Q-0001ud-Ql for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 15:10:02 -0500 Received: from plane.gmane.org ([80.91.229.3]:42885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiW9Q-0001uT-Jq for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 15:10:00 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TiW9V-0001MS-UV for emacs-orgmode@gnu.org; Tue, 11 Dec 2012 21:10:05 +0100 Received: from 218-101-54-25.trimble.co.nz ([218.101.54.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 21:10:05 +0100 Received: from mikelygee by 218-101-54-25.trimble.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Dec 2012 21:10:05 +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 François Allisson allisson.co> writes: > > Hi, > > The following example used to work for me > > *************** > #+ATTR_LATEX: align=lcr > | left | center | right | > *************** > Any change recently around attr_latex or align? > Yes, the syntax has changed; see http://thread.gmane.org/gmane.emacs.orgmode/62766 In short, you should use: #+ATTR_LATEX: :align lcr Kind Regards, Mike