2b96fc9171
* lisp/ob-core.el (org-babel--string-to-number): Fix the regular expression. * testing/lisp/test-ob.el (test-ob/string-to-number): Test cases. If people write the data in the form "0001"", it means that he wants to treat it as a string. TINYCHANGE > #+name: TBL > | id | name | age | > |------|--------|-----| > | 0001 | Apollo | 16 | > | 0002 | Bmw | 16 | > > #+BEGIN_SRC emacs-lisp :results value pp :var tbl=TBL > (mapc 'print tbl) > #+END_SRC > > #+RESULTS: > : (("0001" "Apollo" 16) > : ("0002" "Bmw" 16)) TINYCHANGE |
||
---|---|---|
.. | ||
schema | ||
styles | ||
Makefile | ||
ORG-NEWS |