emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Daniel J. Sinder" <djsinder@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Feature request: HTML table formatting
Date: Wed, 11 Apr 2007 16:17:26 -0700	[thread overview]
Message-ID: <461D6C86.2060601@gmail.com> (raw)

Generally, I like the latest incarnation of HTML table formatting,
in particular because I can control the presence of horizontal
lines.  But, now I'm spoiled and would like to do the same for
vertical lines -- on a table-by-table basis.  With the rules=groups
attribute (already the default with org-mode), this can be
accomplished in HTML using the COLGROUP element.

What about a new column delimiter (e.g., '!') to indicate column
groups in addition to columns?  My hope is to have something like
the following be possible:

!        !  Col A  |  Col B  |  Col C !
!--------!---------|---------|--------!
!  Row 1 !    A1   |   B1    |   C1   !
!  Row 2 !    A2   |   B2    |   C2   !
!--------!---------|---------|--------!

The '!' lines would appear in the HTML rendering, while the "|"
lines would not.  Or, as an ASCII export:
|-------+---------+---------+--------|
|       | Col A   | Col B   | Col C  |
|-------+---------+---------+--------|
| Row 1 | A1        B1        C1     |
| Row 2 | A2        B2        C2     |
|-------+----------------------------|


Dan

             reply	other threads:[~2007-04-11 23:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-11 23:17 Daniel J. Sinder [this message]
2007-04-12 11:20 ` Feature request: HTML table formatting Carsten Dominik
2007-04-12 12:21   ` Matej Cepl
2007-04-12 13:42     ` Carsten Dominik
2007-04-12 18:48     ` Daniel J. Sinder
2007-04-13  4:23       ` Carsten Dominik
  -- strict thread matches above, loose matches on Subject: below --
2007-04-29  1:51 Scott Otterson

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=461D6C86.2060601@gmail.com \
    --to=djsinder@gmail.com \
    --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).