org-table: Fix "$<" constructs in formulas
commit713fe873b7be6093509b3210e8b58f22b1cc4e02
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 18 Dec 2015 21:30:41 +0000 (18 22:30 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 18 Dec 2015 21:30:41 +0000 (18 22:30 +0100)
tree21dea34b89b24cee0d5af8147a12174d12784553
parent5761580defe87e27d6fb131229ebb63909aa03e4
org-table: Fix "$<" constructs in formulas

* lisp/org-table.el (org-table-recalculate): Expand "$<" without
  returning an error.  Small refactoring.

* testing/lisp/test-org-table.el (test-org-table/first-rc): New test.

Reported-by: Stefan Nobis <stefan-ml@snobis.de>
<http://permalink.gmane.org/gmane.emacs.orgmode/103693>
lisp/org-table.el
testing/lisp/test-org-table.el