org-manual: Fix :anchor values

* doc/org-manual.org (Anchoring of images): Remove wrong quotes around
  values.
This commit is contained in:
Nicolas Goaziou 2018-09-19 19:36:51 +02:00
parent 9d9a548cb4
commit 4c8b227144
1 changed files with 4 additions and 4 deletions

View File

@ -13920,14 +13920,14 @@ image scaling operations:
:END: :END:
#+cindex: @samp{ATTR_ODT}, keyword #+cindex: @samp{ATTR_ODT}, keyword
The ODT export back-end can anchor images to ="as-char"=, The ODT export back-end can anchor images to =as-char=, =paragraph=,
="paragraph"=, or ="page"=. Set the preferred anchor using the or =page=. Set the preferred anchor using the =:anchor= property of
=:anchor= property of the =ATTR_ODT= line. the =ATTR_ODT= line.
To create an image that is anchored to a page: To create an image that is anchored to a page:
#+begin_example #+begin_example
,#+ATTR_ODT: :anchor "page" ,#+ATTR_ODT: :anchor page
[[./img.png]] [[./img.png]]
#+end_example #+end_example