[O] [PATCH] [BUG] org-table.el: Fix `org-table-eval-formula'

2015-12-03 Thread Piotr Gajewski
The list of extracted values is ("\t" "#" "" "1000" "1" "10" "100"). Should be ("#" "" "1000" "1" "10" "100"). Piotr Gajewski >From 1c943f1ea833b9cdaa172fd96cf6bf6

[O] [PATCH] org-table.el: Fix regexp used for splitting data rows when computing a formula

2015-12-07 Thread Piotr Gajewski
* lisp/org-table.el (org-table-eval-formula): Fix regexp   used for splitting data rows. * Explanation /root node/ *** Example 1: Spaces ' ' in front of a data row (OK)     |---+-+--+---++-|     | ! | sum |  | a |  b |   c |     |---+-+--+---++-|     | # | 111