From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taru Karttunen Subject: Re: [babel] RFC: column and row names in babel tables Date: Sun, 11 Apr 2010 23:30:54 +0300 Message-ID: <87vdbx91fl.fsf@nar.taruti.net> References: <87pr28w4us.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O13sw-0005qV-Hq for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 16:36:02 -0400 Received: from [140.186.70.92] (port=44087 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O13sv-0005oY-9R for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 16:36:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O13st-0004FT-OT for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 16:36:01 -0400 Received: from courier.cs.helsinki.fi ([128.214.9.1]:49370 helo=mail.cs.helsinki.fi) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O13st-0004FI-JM for emacs-orgmode@gnu.org; Sun, 11 Apr 2010 16:35:59 -0400 In-Reply-To: <87pr28w4us.fsf@stats.ox.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison , emacs org-mode mailing list On Fri, 09 Apr 2010 20:03:55 -0400, Dan Davison 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?* Why not an empty row? | 1 | 2 | 3 | |---+---+---| | 4 | 5 | 6 | would become: [[1,2,3], [], [4,5,6]]. - Taru Karttunen