org-manual: Fix :anchor values
* doc/org-manual.org (Anchoring of images): Remove wrong quotes around values.
This commit is contained in:
parent
9d9a548cb4
commit
4c8b227144
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue