emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-odt table with borders on all sides


From: Jambunathan K
Subject: Re: [O] org-odt table with borders on all sides
Date: Mon, 10 Feb 2014 20:37:19 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

rajat mukherjee <address@hidden> 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

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