emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: Re: Feature request: HTML table formatting
@ 2007-04-27 16:09 Scott Otterson
  0 siblings, 0 replies; 5+ messages in thread
From: Scott Otterson @ 2007-04-27 16:09 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/html, Size: 2870 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: Re: Feature request: HTML table formatting
@ 2007-04-27 16:09 Scott Otterson
  0 siblings, 0 replies; 5+ messages in thread
From: Scott Otterson @ 2007-04-27 16:09 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/html, Size: 2870 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Feature request: HTML table formatting
@ 2007-04-11 23:17 Daniel J. Sinder
  2007-04-12 11:20 ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel J. Sinder @ 2007-04-11 23:17 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-27 16:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-27 16:09 Re: Feature request: HTML table formatting Scott Otterson
  -- strict thread matches above, loose matches on Subject: below --
2007-04-27 16:09 Scott Otterson
2007-04-11 23:17 Daniel J. Sinder
2007-04-12 11:20 ` 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

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).