emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: andrea crotti <andrea.crotti.0@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Some table questions
Date: Thu, 03 Sep 2009 08:48:12 -0400	[thread overview]
Message-ID: <27341.1251982092@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from andrea crotti <andrea.crotti.0@gmail.com> of "Thu, 03 Sep 2009 11:22:18 +0200." <m2k50ggz79.fsf@gmail.com>

andrea crotti <andrea.crotti.0@gmail.com> wrote:

> Nick Dokos <nicholas.dokos@hp.com> writes:
> 
> >
> > Check out section 12.6.4 (Tables in HTML export) of the Org manual.
> >
> 
> Thanks I found it very nice, my info manual differs from the online,
> maybe because I'm still using version 6.28..
> 
> Anyway another thing, nested tables are not allowed, is it correct?
> Sometimes I would like to have one row longer than one cell only but it
> doesn't look possible..
> 

Yes, I think nested tables are not supported.  I think that would be
very difficult to do: the markup is not designed for ease of parsing
(unlike e.g. HTML, where the beginning/end of the table are marked
explicitly).

> Every cell can't contain '\n' also as I found out, is that correct?
> 

Not sure what you mean here: what's a cell? e.g.

| a | b | c |
| d | e | f |

I can consider "a" as the contents of a cell (six cells), or I can consider
"a
 d"

as the contents of a cell (three cells in total). Org itself does not
impose a cell concept on the table: it's just text. How that table gets
translated e.g. to HTML is another matter: the current exporter does
indeed make it into a 6-cell table, but there is nothing stopping you
from enhancing it to do something different. If you do something interesting,
you can always contribute it to org. And if you come up with a compelling
use case, you might even be able to persuade somebody else to do the work
for you !-)

HTH,
Nick

  reply	other threads:[~2009-09-03 14:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-02 16:12 Some table questions andrea crotti
2009-09-02 16:38 ` Nick Dokos
2009-09-03  9:22   ` andrea crotti
2009-09-03 12:48     ` Nick Dokos [this message]
2009-09-03  6:51 ` Carsten Dominik
2009-09-04 10:46   ` andrea crotti
2009-09-04 11:16     ` Carsten Dominik
2009-09-04 12:01     ` Andreas Burtzlaff

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=27341.1251982092@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=andrea.crotti.0@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).