mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-29 07:58:21 +00:00
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.
This commit is contained in:
parent
5dec19fe5b
commit
46a5bde601
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user