summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge P. de Morais Neto <jorge+git@disroot.org>2021-04-17 20:36:04 -0300
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-04-18 11:56:20 +0200
commitd317d77d8e2abcfd26f2b85b999dd091000d762d (patch)
treec146e4132356686dd1dd3d414be4aa4cf342a738
parent7e2eba8cc510c9a43e133ddbd2855981f65f69b4 (diff)
downloadorg-mode-d317d77d8e2abcfd26f2b85b999dd091000d762d.tar.gz
manual: Fix typo about org-latex-images-centered
* doc/org-manual.org (Images in LaTeX export): Fix typo about org-latex-images-centered.
-rw-r--r--doc/org-manual.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 27d6ba5..bc8d9c2 100644
--- a/doc/org-manual.org
+++ b/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.