emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Difference between documentation and effective syntax for anchored i


From: Laurent Geneste
Subject: [O] Difference between documentation and effective syntax for anchored images in odt export
Date: Tue, 18 Sep 2018 14:09:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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


Attachment: laurent_geneste.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]