summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-09-19 19:36:51 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-09-19 19:36:51 +0200
commit4c8b227144a2db36c49f65e81d666fc0e58a587e (patch)
tree0c9e21c8c2bdd36d57a8c117d64f5b9494d25401
parent9d9a548cb40fea322e1bac78220e719ae337ddc3 (diff)
downloadorg-mode-4c8b227144a2db36c49f65e81d666fc0e58a587e.tar.gz
org-manual: Fix :anchor values
* doc/org-manual.org (Anchoring of images): Remove wrong quotes around values.
-rw-r--r--doc/org-manual.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index ac770d6..ae7c07c 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -13920,14 +13920,14 @@ image scaling operations:
:END:
#+cindex: @samp{ATTR_ODT}, keyword
-The ODT export back-end can anchor images to ="as-char"=,
-="paragraph"=, or ="page"=. Set the preferred anchor using the
-=:anchor= property of the =ATTR_ODT= line.
+The ODT export back-end can anchor images to =as-char=, =paragraph=,
+or =page=. Set the preferred anchor using the =:anchor= property of
+the =ATTR_ODT= line.
To create an image that is anchored to a page:
#+begin_example
-,#+ATTR_ODT: :anchor "page"
+,#+ATTR_ODT: :anchor page
[[./img.png]]
#+end_example