Hi,

I tried to use the following code (as documented in https://orgmode.org/org.html#Images-in-ODT-export) to change the anchor of an image exported with ox-odt:
#+ATTR_ODT: :anchor "as-char"
[[./orgmode.png]]

However this does not work in org-mode (9.1.14) and after asking the question to the community (
https://emacs.stackexchange.com/q/44787/9245), it seems that the quotes should not be present. The following code works as expected;

#+ATTR_ODT: :anchor as-char
[[./orgmode.png]]

May be the documentation should be updated on this point ?

LG