emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: org-table-export, orgtbl-to-html, missing <table> tag


From: Bernt Hansen
Subject: [Orgmode] Re: org-table-export, orgtbl-to-html, missing <table> tag
Date: Sat, 18 Oct 2008 08:33:37 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

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" <address@hidden> 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 <address@hidden>
> 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)
>         address@hidden
>          
>         _______________________________________________
>         Emacs-orgmode mailing list
>         Remember: use `Reply All' to send replies to the list.
>         address@hidden
>         http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>     _______________________________________________
>     Emacs-orgmode mailing list
>     Remember: use `Reply All' to send replies to the list.
>     address@hidden
>     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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

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