From 46a5bde601980c47eccd06d87b82dbae85b20704 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 17 Jul 2011 08:32:20 +0200 Subject: [PATCH] org-latex.el: change image default option to .9\linewidth. * org-latex.el (org-export-latex-image-default-option): Change default value. Thanks to Sebastien Vauban for this suggestion. --- lisp/org-latex.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 5270943..d2e8aa8 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -572,7 +572,7 @@ and `org-export-with-tags' instead." :type 'plist :group 'org-export-latex) -(defcustom org-export-latex-image-default-option "width=10em" +(defcustom org-export-latex-image-default-option "width=.9\\linewidth" "Default option for images." :group 'org-export-latex :type 'string) -- 1.7.2.5