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

2014-02-10 Thread Bastien
Hi Rajat,

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

 Is this possible? Please help.

See the manual:

(info (Org)Applying custom styles)

Thanks,

-- 
 Bastien



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

2014-02-10 Thread rajat mukherjee
Bastien bzg at gnu.org writes:

 
 Hi Rajat,
 
 rajat mukherjee rajat.mukherjee at cytel.com writes:
 
  Is this possible? Please help.
 
 See the manual:
 
 (info (Org)Applying custom styles)
 
 Thanks,
 


Thanks Bastien. I have but it seems too trivial for a custom. 

I can get the right border just by having:

| /||   ||   |
| a| b   | b| b| c |
|---+---+---+---+|
| a| b   | b| b| c |

Tried   for the first column as well but it behave differently!





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

2014-02-10 Thread Jambunathan K

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)