org-table.el: Fix bug in ̀org-table-maybe-eval-formula'.
commit8342fdb70aa28edbb7b0b18bf1f3c0fd2dd561fa
authorBastien Guerry <bzg@altern.org>
Tue, 1 May 2012 00:03:12 +0000 (1 02:03 +0200)
committerBastien Guerry <bzg@altern.org>
Tue, 1 May 2012 00:03:12 +0000 (1 02:03 +0200)
tree250dda48f1ff8c6ed1459c25cef2c885487323a8
parent1f663e7ab39c2fd6fa796e048bd6b316f83d4317
org-table.el: Fix bug in ̀org-table-maybe-eval-formula'.

* org-table.el (org-table-store-formulas): Fix typo.
(org-table-maybe-eval-formula): Fix the regexp to only match
formulas, which never end with the `=' character.  If the
field only contain this character, don't eval either.

Thanks to Thomas S. Dye for reporting this.
lisp/org-table.el