rajat mukherjee 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 ru
Bastien gnu.org> writes:
>
> Hi Rajat,
>
> rajat mukherjee 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
Hi Rajat,
rajat mukherjee writes:
> Is this possible? Please help.
See the manual:
(info "(Org)Applying custom styles")
Thanks,
--
Bastien
Is this possible? Please help.
Thanks.
Rajat.