rajat mukherjee <rajat.mukher...@cytel.com> writes:

> org-odt table with borders on all sides

Try one of this

|---+---+---|
| < |   | > |
| a | b | c |
| d | e | f |
| g | h | i |
|---+---+---|

or


#+ATTR_ODT: :style "GriddedTable"
| a | b | c |
| d | e | f |
| g | h | i |

With the first version above, the vertical rules are indicated by "<"
and ">" markers.  The horizontal rules in the exported document will
match the hrules in the table.

If it doesn't work as expected in stock Org, try my package (which is
documented at http://cauvery.nfshost.com/wiki.pl/ODT_Exporter)


Reply via email to