Browse Source

manual: Fix typo about org-latex-images-centered

* doc/org-manual.org (Images in LaTeX export): Fix typo about
org-latex-images-centered.
Jorge P. de Morais Neto 4 years ago
parent
commit
d317d77d8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -13622,7 +13622,7 @@ placement.
 #+cindex: image, centering in LaTeX export
 The LaTeX export back-end centers all images by default.  Setting
 =:center= to =nil= disables centering.  To disable centering globally,
-set ~org-latex-images-centered~ to =t=.
+set ~org-latex-images-centered~ to =nil=.
 
 Set the =:comment-include= attribute to non-~nil~ value for the LaTeX
 export back-end to comment out the =\includegraphics= macro.