summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-17 08:32:20 +0200
committerBastien Guerry <bzg@altern.org>2011-07-17 08:32:20 +0200
commit46a5bde601980c47eccd06d87b82dbae85b20704 (patch)
treedc4fac8ebfb75097ab5e4dcee51fe4ecdd329312
parent5dec19fe5b5c14bfb23ff9d7a411b354070d60de (diff)
downloadorg-mode-46a5bde601980c47eccd06d87b82dbae85b20704.tar.gz
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.
-rw-r--r--lisp/org-latex.el2
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)