projects
/
org-mode.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
org-latex.el: change image default option to .9\linewidth.
[org-mode.git]
/
lisp
/
org-latex.el
diff --git
a/lisp/org-latex.el
b/lisp/org-latex.el
index
5270943
..
d2e8aa8
100644
(file)
--- 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)