From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lennart Fricke Subject: Bug: python babel does not support hlines as mentioned in docs [7.9.2 (release_7.9.2-499-ga29de0 @ /home/lennart/.emacs.d/site-lisp/org/lisp/)] Date: Mon, 29 Oct 2012 18:11:03 +0100 Message-ID: <87ehkhdx08.fsf@tee.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSsrl-0002dl-DP for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 13:11:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSsrk-00047S-7U for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 13:11:09 -0400 Received: from v3.rz.uni-leipzig.de ([139.18.1.28]:57272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSsrk-000473-02 for emacs-orgmode@gnu.org; Mon, 29 Oct 2012 13:11:08 -0400 Received: from localhost (localhost [127.0.0.1]) by v3.rz.uni-leipzig.de (Postfix) with ESMTP id 81C722C06A for ; Mon, 29 Oct 2012 18:11:05 +0100 (CET) Received: from v3.rz.uni-leipzig.de ([127.0.0.1]) by localhost (v3.rz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1nk+qWZFtwWw for ; Mon, 29 Oct 2012 18:11:05 +0100 (CET) Received: from studserv.uni-leipzig.de (studserv.uni-leipzig.de [139.18.1.15]) by v3.rz.uni-leipzig.de (Postfix) with ESMTP id 65D4D2C06C for ; Mon, 29 Oct 2012 18:11:05 +0100 (CET) Received: from localhost (c1024.vpn.uni-leipzig.de [139.18.118.24]) by studserv.uni-leipzig.de (Postfix) with ESMTPSA id 36C2F4C92 for ; Mon, 29 Oct 2012 18:11:05 +0100 (CET) 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: emacs-orgmode@gnu.org Hello, The following block exits with error: orgtbl-format-line: Wrong type argument: sequencep, None #+TBLNAME: many-cols | a | b | c | |---+---+---| | d | e | f | |---+---+---| | g | h | i | #+NAME: echo-table #+BEGIN_SRC python :var tab=many-cols :hlines yes return tab #+END_SRC I bisected it down to commit b174975eb7a828d77816a9bf8107fc1a3ae597d7 . There the special handling of None in a python list was deleted. Could that be added back? Is it desired? If not, it would be great, if you change the example in the docs of hlines header argument. Thank you and best regards Lennart Fricke Emacs : GNU Emacs 24.1.1 (i686-redhat-linux-gnu, GTK+ Version 2.24.11) of 2012-08-13 on buildvm-23.phx2.fedoraproject.org Package: Org-mode version 7.9.2 (release_7.9.2-499-ga29de0 @ /home/lennart/.emacs.d/site-lisp/org/lisp/)