Hello,

I am trying to export a document which includes small tables within a
list.  The export to PDF via Latex works perfectly.  However, when I
export to ODT, the tables simply disappear.

Attached is a simple example to illustrate the effect, both org and odt
files.

I have looked at the documentation but have not seen any caveat related
to tables.  Have I missed something or is this a bug?

Thanks,
eric

-- 
Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D)

Attachment: examplebug.odt
Description: application/vnd.oasis.opendocument.text

#+TITLE:     examplebug.org
#+AUTHOR:    Eric S Fraga
#+EMAIL:     e.fr...@ucl.ac.uk
#+DATE:      2012-01-09 Mon

* tables in lists

  - This a very simple list
  - The second entry has a table

    | time | temperature |
    |------+-------------|
    |    0 |         100 |
    |    1 |         80. |
    |    2 |         64. |
    #+TBLFM: @3$2=0.8*@-1::@4$2=0.8*@-1
  - The third one does not.

Reply via email to