Nick Dokos <[email protected]> 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
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode