From mboxrd@z Thu Jan 1 00:00:00 1970 From: francois@avalenn.eu Subject: Re: table as argument to code block : type of the elements Date: Thu, 12 Sep 2013 10:42:51 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2Uc-0001PD-5c for emacs-orgmode@gnu.org; Thu, 12 Sep 2013 04:43:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK2UT-0002dM-2W for emacs-orgmode@gnu.org; Thu, 12 Sep 2013 04:43:14 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:42890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2US-0002bj-T4 for emacs-orgmode@gnu.org; Thu, 12 Sep 2013 04:43:05 -0400 Received: from mfilter3-d.gandi.net (mfilter3-d.gandi.net [217.70.178.133]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id F26231720C5 for ; Thu, 12 Sep 2013 10:42:52 +0200 (CEST) Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by mfilter3-d.gandi.net (mfilter3-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 18NzN3a305ky for ; Thu, 12 Sep 2013 10:42:51 +0200 (CEST) Received: from webmail.gandi.net (unknown [10.58.1.141]) (Authenticated sender: francois@avalenn.eu) by relay4-d.mail.gandi.net (Postfix) with ESMTPA id B248C17209B for ; Thu, 12 Sep 2013 10:42:51 +0200 (CEST) In-Reply-To: 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 > This code does not work because of automatic conversion from string=20 > to > number in org-babel-read-table. I found a workaround changing the table to : #+TBLNAME: table_test | name | id | |-------+-------| | name1 | "034" | | name2 | "135" | | name3 | 1B5 | but I think inhibiting number conversion could nevertheless be useful in a number of situations. Fran=C3=A7ois.