Fix bug with algebraic evaluation in tables.
commite7e5e25100246e5eab3a36034ac2de578dabd02f
authorCarsten Dominik <carsten.dominik@gmail.com>
Sun, 13 Apr 2008 19:28:26 +0000 (13 21:28 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 13 Apr 2008 19:28:26 +0000 (13 21:28 +0200)
tree3d798c3b1213963645e1b88dc6fe3e67ce9b8b74
parentca52d56da56c7d08482c28b7d59de0e51564b62d
Fix bug with algebraic evaluation in tables.

There was a problem that complex fields need a pair of parenthesis
around them.  For example, if one field is "a a" and another field
is "a+b", multiplication of the two gave "a^3+b" instead of "a^3+a^2 b".
Now variable replacement puts extra parenthesis around values.
ChangeLog
lisp/org-table.el