I can verify that. ,----[ x.org ] | * One | | A | B | C | | |---+---+---| | | 1 | 2 | 3 | | | 4 | 5 | 6 | `----
Put point in the table M-x org-table-export Export table to: /tmp/x.html Format: orgtbl-to-html results in the following file ,----[ x.html ] | | <col align="right"></col><col align="right"></col><col align="left"></col> | <thead> | <tr><th>A</th><th>B</th><th>C</th></tr> | </thead> | <tbody> | <tr><td>1</td><td>2</td><td>3</td></tr> | <tr><td>4</td><td>5</td><td>6</td></tr> | </tbody> | </table> `---- -Bernt "Maher Gamal" <[EMAIL PROTECTED]> writes: > When you place the cursor on a table and execute 'org-table-export' , then > choose the html format, the HTML file produced has a missing <table> tag in > the beginning of the table. > > On Sat, Oct 18, 2008 at 11:30 AM, Carsten Dominik <[EMAIL PROTECTED]> > wrote: > > Hi Greg, > > could you please be more specific? > > - Carsten > > On Oct 17, 2008, at 11:23 PM, Sullivan, Gregory (US SSA) wrote: > > Small bug with latest org from git (6.09a): > org-table-export, orgtbl-to-html > is missing the starting "<table>" tag. > --Greg > -- > Gregory T. Sullivan, Ph.D. > BAE Systems Advanced Information Technologies > 6 New England Executive Park, Burlington, MA 01803 > 781-262-4553 (office), 978-430-3461 (cell) > [EMAIL PROTECTED] > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > -- > Maher > http://maherg.blogspot.com > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode