From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: Change default size of images? Date: Tue, 8 Mar 2011 09:59:48 -0200 Message-ID: <20110308115948.GA18129@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=44813 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwvZz-0006GM-2C for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 06:59:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwvZy-0002fA-3O for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 06:59:55 -0500 Received: from oproxy2-pub.bluehost.com ([67.222.39.60]:53898) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PwvZx-0002eb-Nu for emacs-orgmode@gnu.org; Tue, 08 Mar 2011 06:59:54 -0500 Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: emacs-orgmode Add something like this together with your export headers: #+BIND: org-export-latex-image-default-option "width=0.9\\textwidth,height=0.7\\textheight,keepaspectratio" The general rule for +BIND is to provide LISP variables and values (See 12.2 Export Options in Org manual). You may need to customize org-export-allow-BIND so that org-mode does not require confirmation each time you export. Regards, .j. On Tue, Mar 08, 2011 at 12:28:31PM +0100, Rainer M Krug wrote: > I want to change the default size of imanges when exporting to LaTeX - > how can I do this? > > I know about, > > #+ATTR_LaTeX: width=5cm > > but as I have a lot of images, it would be much easier to change the > setting for the whole document. > In addition, my images are in a table and I would have no idea where > to put the #+ATTR_LaTeX...