From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: #+ATTR_LaTeX no longer honoured Date: Sun, 19 May 2013 22:31:29 +0200 Message-ID: <87a9nq4spq.fsf@gmail.com> References: <8738tj85hx.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeAGR-0004Dn-AW for emacs-orgmode@gnu.org; Sun, 19 May 2013 16:31:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UeAGP-0007jC-Uo for emacs-orgmode@gnu.org; Sun, 19 May 2013 16:31:31 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:46497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UeAGP-0007j7-NW for emacs-orgmode@gnu.org; Sun, 19 May 2013 16:31:29 -0400 Received: by mail-wi0-f169.google.com with SMTP id hn14so1889100wib.4 for ; Sun, 19 May 2013 13:31:29 -0700 (PDT) In-Reply-To: <8738tj85hx.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sun, 19 May 2013 21:27:06 +0800") 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 Hello, Eric Abrahamsen writes: > Paul Stansell writes: > >> Hello, >> >> I've noticed that #+ATTR_LaTeX seems to be no longer honoured (I'm >> using release_8.0.3-133-ga5872) >> >> This is demonstrated for the attached org file. It's the exact >> example from http://orgmode.org/manual/Images-in-LaTeX-export.html. >> >> I expect the exported latex file (C-c C-e l l) to contain something like >> >> \includegraphics[width=5cm,angle=90]{./dummy.png} >> >> but I instead it contains >> >> \includegraphics[width=.9\linewidth]{./dummy.png} >> >> Thanks, >> >> Paul >> >> PS. I'm using Emacs 24.2.1 and I tested with the minimal org-mode >> set-up from http://orgmode.org/manual/Feedback.html. > > I won't even attempt to give an overview of how attribute syntax has > changed/is changing, or explain why and how the manual is out of date, > but while we're waiting for someone else to do that, here's the line > you're looking for: > > #+ATTR_LaTeX: :width 5cm :options angle=90 The manual is up-to-date (sections about HTML and ODT export may lag a bit behind), but the URL isn't. In particular, see: http://orgmode.org/org.html#LaTeX-specific-attributes > Very briefly, I think attributes that may be common to multiple backends > are now given as eg :width or :height (with no equals sign before the > value), while attributes that are rarer or likely backend-specific are > stuffed into one :options attribute, with the keys/values written more > literally. AFAIK, :options is specific to latex back-end. Common attributes are set the usual way, i.e. with ":attribute value" syntax. Though it's impossible to recognize them all. So :options is handy to add raw arguments. Anyway, all attributes should be documented in the manual. Regards, -- Nicolas Goaziou