emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Crashing bug in spreadsheet


From: Juan Pechiar
Subject: Re: [O] Crashing bug in spreadsheet
Date: Fri, 22 Jul 2011 18:35:13 -0300
User-agent: Mutt/1.5.20 (2009-06-14)

Hi,

'@address@hidden' means all rows between the second and third h-lines. In
your case, this is the same vsum(), so you get a circular reference.

Try @address@hidden instead

Regards,
.j.

On Fri, Jul 22, 2011 at 06:48:36PM +0000, address@hidden wrote:
> Hi,  I had the following text in a table, and hit <tab> in the
> bottom-right cell:
>
> | Who |     Amt     |
> |-----+---------|
> | A   |   36.70 |
> | A   |  679.96 |
> | B   |  192.31 |
> | B   | 2500.03 |
> | B   |   74.47 |
> | C   |   26.64 |
> | D   |   82.00 |
> |-----+---------|
> |     | :=vsum(@address@hidden)       |
>
> This caused CPU usage to peg to 100%, and Emacs to hang until killed.
> Probably because of the invalid reference, I guess.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]