From: "Dr. Volker Zell" <info@volkerzell.de>
To: emacs-orgmode@gnu.org
Subject: How can I export a table to HTML with header and footers
Date: Thu, 17 Oct 2024 21:14:24 +0200 [thread overview]
Message-ID: <525546d6-dab9-43ed-b581-d79cd0901dca@volkerzell.de> (raw)
... see subject
Result should be like the following to be used with the datatable framwork
<table id="example" class="cell-border hover compact" width="100%">
<thead>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
</tr>
</thead>
<tbody>
<tr>
<td>Tiger Nixon</td>
<td>System Architect</td>
<td>Edinburgh</td>
</tr>
<tr>
<td>Ashton Cox</td>
<td>Technical Author</td>
<td>San Francisco</td>
</tr>
</tbody>
<thead>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
</tr>
</thead>
</table>
next reply other threads:[~2024-10-17 19:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-17 19:14 Dr. Volker Zell [this message]
2024-10-18 3:05 ` How can I export a table to HTML with header and footers Raghavendra Nyshadham
2024-10-18 11:35 ` Raghavendra Nyshadham
-- strict thread matches above, loose matches on Subject: below --
2024-10-18 20:38 Dr. Volker Zell
2024-10-19 2:40 ` Raghavendra Nyshadham
2024-10-20 13:05 ` Dr. Volker Zell
2024-10-21 3:40 ` Raghavendra Nyshadham
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=525546d6-dab9-43ed-b581-d79cd0901dca@volkerzell.de \
--to=info@volkerzell.de \
--cc=emacs-orgmode@gnu.org \
/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).