From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lennart Fricke Subject: Re: Bug: python babel does not support hlines as mentioned in docs Date: Tue, 30 Oct 2012 19:03:06 +0100 Message-ID: <5090165A.7070106@studserv.uni-leipzig.de> References: <87ehkhdx08.fsf@tee.lan> <874nlddvgl.fsf@tee.lan> <87a9v3aof0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTG9m-0001jT-7t for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 14:03:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTG9g-0005cL-1P for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 14:03:18 -0400 Received: from v3.rz.uni-leipzig.de ([139.18.1.28]:60970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTG9f-0005ar-QP for emacs-orgmode@gnu.org; Tue, 30 Oct 2012 14:03:11 -0400 In-Reply-To: <87a9v3aof0.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode@gnu.org It is not exactly a missing value. The list looks like ((v,v),None,(v,v)). v for value. Missing values are rather like ((v,v),(None,None),(v,v)). At the moment i can not think of a use case of controlling this translation. But i have to dig deeper in the translation process of the nested list to the org-table, to get a clear picture. For example i don't know what happens to lists with diffrent number of elements like ((v,v,v),v,(v,v)). Semantics for missing values etc. might be better handled in the python code and translated there. But customizing the object hline is mapped from and to is a good idea. Best regards Lennart