org-table: Obey to `org-table-formula-create-columns'
commit0c93296f8362d6e81f9d8780e06fb341b0ab4fc7
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 7 Jan 2018 09:45:29 +0000 (7 10:45 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 7 Jan 2018 09:55:30 +0000 (7 10:55 +0100)
tree691c7b8259e3255afba081ea69bcd1012e0226e9
parent3e1641ef0aa01ae39f90a3cb532136484de617bb
org-table: Obey to `org-table-formula-create-columns'

* lisp/org-table.el (org-table-recalculate): Return an error when the
  formula cannot create a necessary column.
(org-table-formula-create-columns): Fix docstring.
* testing/lisp/test-org-table.el (test-org-table/field-formula-outside-table):
  Fix tests.
lisp/org-table.el
testing/lisp/test-org-table.el