From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Table formula changes are not always necessary when moving rows Date: Sat, 05 Mar 2011 23:40:02 +0100 Message-ID: <87k4gdgpj1.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=52910 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pw095-0002nA-IK for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 17:40:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pw090-0001Pt-8Z for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 17:40:15 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:41088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pw090-0001Pn-4G for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 17:40:14 -0500 Received: by wyi11 with SMTP id 11so3698023wyi.0 for ; Sat, 05 Mar 2011 14:40:13 -0800 (PST) In-Reply-To: (Tom's message of "Mon, 28 Feb 2011 11:43:17 +0000 (UTC)") 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: Tom Cc: emacs-orgmode@gnu.org Hi Tom, Tom writes: > In such cases when the formula is modified Org should either > print warning to the echo area, so the user notices when the > formulas are changing because of the move, or it should ask the > user what to do ("do you want to modify the formulas?"). I've added `org-table-fix-formulas-confirm': set it yo 'y-or-n-p if you want to manually confirm formulas fixes. It defaults to nil, as I think the default behavior is the most expected one. For the record, for temporarily avoid formulas fixes, I think it's quicker to just add a "#" to #+TBLFM -- so the ##+TBLFM line won't be affected by editing the structure of the table. HTH, -- Bastien