From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Question on spreadsheet formula Date: Mon, 28 Sep 2009 09:56:50 -0400 Message-ID: <87tyyndvfh.fsf@gollum.intra.norang.ca> References: <20090926053409.0f65c53b.andy13@gmx.net> <9DB01350-3DB9-43B0-9D88-D5AAB687B179@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsGio-0005hq-FB for emacs-orgmode@gnu.org; Mon, 28 Sep 2009 09:56:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsGil-0005hd-5C for emacs-orgmode@gnu.org; Mon, 28 Sep 2009 09:56:58 -0400 Received: from [199.232.76.173] (port=40213 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsGik-0005ha-Uj for emacs-orgmode@gnu.org; Mon, 28 Sep 2009 09:56:54 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:61063) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsGik-0005h5-IL for emacs-orgmode@gnu.org; Mon, 28 Sep 2009 09:56:54 -0400 In-Reply-To: <9DB01350-3DB9-43B0-9D88-D5AAB687B179@gmail.com> (Carsten Dominik's message of "Mon\, 28 Sep 2009 07\:51\:36 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: RC , emacs-orgmode@gnu.org Carsten Dominik writes: > Note that there is a command org-table-iterate that recomputes > the table until it is stable. `C-u C-u C-c C-u' does call this The key sequence should be C-u C-u C-c C-c as below. > command when the cursor is in table. > > So far this did not work when the cursor is on the TBLFM line, but > I just changed that. C-u C-u C-c C-c from the TBLFM line now also > iterates. -Bernt