emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] export table html centered


From: Nick Dokos
Subject: Re: [Orgmode] export table html centered
Date: Sat, 15 Aug 2009 21:13:50 -0400

Nick Dokos <address@hidden> wrote:

> ...  But if you don't mind using deprecated attributes, and assuming
> you want *every* table centered, then customizing
> 
>     org-export-table-header-tags
> 
> ...

Correction: that should be

     org-export-html-table-tag

Sorry about that - the BIND version below is correct.

> should do it. You can also use #+BIND to do it per-file:
> 
> ,----
> | #+BIND: org-export-html-table-tag   "<table align=\"center\" border=\"2\" 
> cellspacing=\"0\" cellpadding=\"6\" rules=\"groups\" frame=\"hsides\">"
> | | foo | bar |
> | |-----+-----|
> | | 1   | 2   |
> | | 2   | 5   |
> | | 3   | 10  |
> `----

Thanks,
Nick




reply via email to

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