From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Baumann Subject: Re: spreadsheet in org Date: Mon, 08 Sep 2008 12:48:49 +0200 Message-ID: References: <1h1vzv1pnr.fsf@googlemail.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 1KceIz-0002RQ-7r for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 06:49:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KceIx-0002Qk-3B for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 06:49:12 -0400 Received: from [199.232.76.173] (port=52236 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KceIw-0002Qe-ML for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 06:49:10 -0400 Received: from main.gmane.org ([80.91.229.2]:53801 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 1KceIw-0007EO-4T for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 06:49:10 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KceIm-0007eC-LK for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 10:49:00 +0000 Received: from p54965380.dip.t-dialin.net ([84.150.83.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Sep 2008 10:49:00 +0000 Received: from dtbaumann by p54965380.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Sep 2008 10:49:00 +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 >>> Or is there a totally better way to do this? I didnt see a way for all >>> fields to auto calculate when a certain field was changed. One has to >>> tab over the "#" in the left hand column. Or? >> >> As the manual says: C-u C-c * > > That is not the same thing as auto recalculation as in excel or similar > : you must manually invoke it. This is easily forgotten (well by me :-;) > Fortunately, there is _no_ auto-recalculation, it would slow down things significantly on large tables with complex formulas. > If I tab to a field above and press enter a new row appears. It is bound > to org-return. (Latest version). Also there is no preselection of the cell > contents so if I type "8" when I have tabbed to the "cashbank" field > above then I get "| 8 2040 |". tab into the field and start writing... believe me, it works (org 6.06b and all versions I used since the tables were introduced.)