From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Align argument in #+attr_latex for tabular env. is whitespace sensitive Date: Fri, 15 Feb 2013 14:08:45 +0100 Message-ID: <87bobl7mhu.fsf@gmail.com> References: <87d2w5ban3.fsf@gmail.com> <8638wxq4cp.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6L2X-0004W6-49 for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 08:09:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6L2R-0007so-4d for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 08:09:21 -0500 Received: from plane.gmane.org ([80.91.229.3]:43671) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6L2Q-0007sM-Se for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 08:09:15 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U6L2i-0001aV-AQ for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 14:09:32 +0100 In-Reply-To: <8638wxq4cp.fsf@somewhere.org> (Sebastien Vauban's message of "Fri, 15 Feb 2013 11:05:42 +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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org "Sebastien Vauban" writes: >> 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? Correct. :width is for tables. Regards, -- Nicolas Goaziou