From mboxrd@z Thu Jan 1 00:00:00 1970 From: henry atting Subject: formula question Date: Mon, 22 Dec 2008 17:06:07 +0100 Message-ID: <87prjkgpow.fsf@literaturlatenight.de> 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 1LEnFl-0004uG-Rl for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 11:03:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEnFk-0004tr-C6 for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 11:03:33 -0500 Received: from [199.232.76.173] (port=44559 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEnFk-0004to-7f for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 11:03:32 -0500 Received: from main.gmane.org ([80.91.229.2]:45475 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LEnFj-0001bc-IJ for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 11:03:31 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LEnFa-0007gn-UW for emacs-orgmode@gnu.org; Mon, 22 Dec 2008 16:03:23 +0000 Received: from port-92-195-86-91.dynamic.qsc.de ([92.195.86.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Dec 2008 16:03:22 +0000 Received: from nspm_01 by port-92-195-86-91.dynamic.qsc.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Dec 2008 16:03:22 +0000 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: emacs-orgmode@gnu.org Since the last upgrade of org-mode (now 6.16) when I do a `C-c C-c' on `=' in a table field I am always prompted like this: replace field formula with column formula (y or n) The formula is a simple addition of the amounts of the preceeding fields: #+TBLFM: $1=@-1$3::$3=$1+$2 Before the upgrade I never got that (useless) prompt. henry