Browse Source

org-manual: Fix :anchor values

* doc/org-manual.org (Anchoring of images): Remove wrong quotes around
  values.
Nicolas Goaziou 6 years ago
parent
commit
4c8b227144
1 changed files with 4 additions and 4 deletions
  1. 4 4
      doc/org-manual.org

+ 4 - 4
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