Fix table formula editing bug
commitbaa8f05bafa05a84414a469960bb66229c0fb99a
authorCarsten Dominik <carsten.dominik@gmail.com>
Sun, 7 Mar 2010 15:20:04 +0000 (7 16:20 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 7 Mar 2010 15:20:04 +0000 (7 16:20 +0100)
tree0d90fa2827e2479f713d28e34e5227f4ff6db296
parent86b8ccbe7d1b4a90438b310b7eb0b01d688b548a
Fix table formula editing bug

William Henney writes:

> Anyone have a clue what is going on here?
>
> Cheers
>
> Will
>
> * Arctan2 bug
> Activate the formula editor for the following table with =C-c '=, then
> exit without changing anything. Note what happens to the arctan2
> formula. For me, "arctan2" changes to "@2$20173232".
> | x | y | arctan | arctan2 |
> |---+---+--------+---------|
> | 1 | 1 |     45 |     45. |
> #+TBLFM: $3=arctan($1/$2)::$4=arctan2($1,$2)
>
> ** Versions
> Org 6.34trans, Aquamacs 2.0preview4, Emacs 23.1.92.1
lisp/ChangeLog
lisp/org-table.el