From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Align argument in #+attr_latex for tabular env. is whitespace sensitive Date: Fri, 15 Feb 2013 11:05:42 +0100 Message-ID: <8638wxq4cp.fsf@somewhere.org> References: <87d2w5ban3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Nicolas, Nicolas Goaziou wrote: > John Hendy writes: >> >> For what it's worth, these two behave identically: >> >> #+attr_latex: width=5cm >> #+attr_latex: width = 5cm >> >> I'm not sure why the tabular align argument is behaving differently. > > This syntax is wrong anyway. It should be: > > #+attr_latex: :width "5cm" > > or > > #+attr_latex: :width 5cm >From the tests I made on images, with the Beamer back-end, those did not work. It had to be: #+ATTR_LaTeX: :options "width=5cm" Right? Best regards, Seb -- Sebastien Vauban