Re: [O] export tables to html and odt, table borders

2014-02-08 Thread Jambunathan K
Uwe Brauer  writes:

> Is there anything similar for the odt  exporter?

1. What SPECIFICALLY do you want?
2. How many tables do you have in your document?
3. What aspects do you want to be uniform across your tables?
4. What aspects you want changed on a per-table basis?

If you want glosses or an all out gridded table, you need to start using
the ELPA package or the use the :style "GriddedTable". See following
posts:

http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01203.html
http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01088.html
http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01312.html




Re: [O] export tables to html and odt, table borders

2014-02-04 Thread Bastien
Hi Uwe,

Uwe Brauer  writes:

> In orgmode 7.8 there was a variable 
> (org-export-html-table-tag 
> which allowed my to configure the table boundary to my liking for
> example:
>
>
> " frame=\"border\">")
>
>
> Now I installed the latest version available in elpa for GNU emacs24 and
> cannot find this variable. What is the corresponding new variable?

See org-html-table-default-attributes

and

org-html-table-header-tags
org-html-table-data-tags
org-html-table-row-tags

> Is there anything similar for the odt  exporter?

I don't know.

HTH,

-- 
 Bastien



[O] export tables to html and odt, table borders

2014-02-04 Thread Uwe Brauer

Hi 

In orgmode 7.8 there was a variable 
(org-export-html-table-tag 
which allowed my to configure the table boundary to my liking for
example:


"")


Now I installed the latest version available in elpa for GNU emacs24 and
cannot find this variable. What is the corresponding new variable?

Is there anything similar for the odt  exporter?

thanks


Uwe Brauer