Re: [O] [PATCH] ob-core.el: Fix org-babel--string-to-number

2018-10-13 Thread Nicolas Goaziou
Hello, qijian gong writes: > I've write a patch (see attachment) to fix the > `org-babel--string-to-number` function. > > In my opinion, if people write the data in the form `0001`, it means that > he wants to treat it as a string: I added TINYCHANGE at the end of the commit message and

[O] [PATCH] ob-core.el: Fix org-babel--string-to-number

2018-10-11 Thread qijian gong
Hello, I've write a patch (see attachment) to fix the `org-babel--string-to-number` function. In my opinion, if people write the data in the form `0001`, it means that he wants to treat it as a string: > #+name: TBL > | id | name | age | > |--||-| > | 0001 |