[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Table formula bug?
From: |
Carsten Dominik |
Subject: |
Re: [Orgmode] Table formula bug? |
Date: |
Sun, 7 Mar 2010 16:22:09 +0100 |
Hi William,
On Mar 7, 2010, at 2:34 PM, William Henney wrote:
Hi Carsten et al
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)
Org does read arctan2 as a field reference like B4 or AB2 and
determinates that this is a row REALLY far to the right.
I have fixed this special case. Are there more functions in calc
which have names like this?
Thanks for the report!
- Carsten
** Versions
Org 6.34trans, Aquamacs 2.0preview4, Emacs 23.1.92.1
--
Dr William Henney, Centro de Radioastronomía y Astrofísica,
Universidad Nacional Autónoma de México, Campus Morelia
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten