Taru Karttunen <tar...@taruti.net> writes:

> On Fri, 09 Apr 2010 20:03:55 -0400, Dan Davison <davi...@stats.ox.ac.uk> 
> wrote:
>>   New behaviour: by default all languages will *drop all hlines* from
>>   tables in input. We shall make no attempt to reinstate hlines in the
>>   output[1] *Do we want some way for the user to control hlines in the
>>   output?*

Hi Taru,

Thanks for responding.

>
> Why not an empty row?
>
> | 1 | 2 | 3 |
> |---+---+---|
> | 4 | 5 | 6 |
>
> would become: [[1,2,3], [], [4,5,6]].

One problem is that in some languages, org tables are converted into a
matrix-like data structure, not simply a list-of-lists. An example is R
(and I think also gnuplot). So in those languages, all rows must be the
same length. Also, I believe that hlines are ignored when computing
indexes in Org table formulas, so I thought that omitting hlines would
make indexing in babel languages more consistent with indexing in org.

Dan


>
> - Taru Karttunen
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please 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
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to