From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: latex figure scaling question, backward compatibility and outdated manual Date: Thu, 21 Mar 2013 22:11:31 +0100 Message-ID: <871ub87918.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UImm1-0002Kg-R7 for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 17:11:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UImlw-0001On-TY for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 17:11:45 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:58172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UImlw-0001OZ-N1 for emacs-orgmode@gnu.org; Thu, 21 Mar 2013 17:11:40 -0400 Received: by mail-wi0-f173.google.com with SMTP id hq4so7100271wib.6 for ; Thu, 21 Mar 2013 14:11:40 -0700 (PDT) In-Reply-To: (Thomas Alexander Gerds's message of "Tue, 19 Mar 2013 14:10:30 +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: Thomas Alexander Gerds Cc: emacs-orgmode@gnu.org Hello, Thomas Alexander Gerds writes: > I was learning about this by guessing around for some time ... it is > surprisingly hard to edebug the export process (any hints?). This is a bit vague. > next, the following educated guess does not work: > > #+ATTR_LaTeX: :width 5cm :angle 90 This is because :angle is not recognized as a special keyword. Unless it is implemented in `org-latex--inline-image', it should go in the miscellaneous :options keyword, e.g. #+attr_latex: :width 5cm :options angle=90 > instead one needs to say > > #+ATTR_LaTeX: :width 5cm,angle 90 Well, that works but only as a side-effect. Regards, -- Nicolas Goaziou