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...

Reply via email to