emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Maher Gamal <mahergamal@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-table-export, orgtbl-to-html, missing <table> tag
Date: Sat, 18 Oct 2008 08:33:37 -0400	[thread overview]
Message-ID: <87iqrq5bha.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <6cd13b8e0810180420x5b30745ar3709e14670b43798@mail.gmail.com> (Maher Gamal's message of "Sat\, 18 Oct 2008 13\:20\:23 +0200")

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" <mahergamal@gmail.com> 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 <dominik@science.uva.nl>
> 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)
>         gregory.sullivan@baesystems.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
>
> --
> 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

  reply	other threads:[~2008-10-18 12:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-17 21:23 org-table-export, orgtbl-to-html, missing <table> tag Sullivan, Gregory (US SSA)
2008-10-18  9:30 ` Carsten Dominik
2008-10-18 11:20   ` Maher Gamal
2008-10-18 12:33     ` Bernt Hansen [this message]
2008-10-19  9:21 ` Carsten Dominik
2008-10-19  9:23 ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iqrq5bha.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=mahergamal@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).