emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] table as argument to code block : type of the elements


From: francois
Subject: Re: [O] table as argument to code block : type of the elements
Date: Thu, 12 Sep 2013 10:42:51 +0200
User-agent: Roundcube Webmail/0.7.2

This code does not work because of automatic conversion from string 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çois.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]