From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org tbl, sum elements in a colum with the mouse Date: Sat, 09 Oct 2010 22:53:58 +0200 Message-ID: <8739sfuly1.fsf@mat.ucm.es> References: <877hhrunit.fsf@mat.ucm.es> <87lj67w110.fsf@gollum.intra.norang.ca> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=51185 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4gQi-0001dY-6C for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 16:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4gQh-0008VR-2R for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 16:54:08 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:34275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4gQg-0008VE-TW for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 16:54:07 -0400 Received: by wwd20 with SMTP id 20so2084726wwd.30 for ; Sat, 09 Oct 2010 13:54:05 -0700 (PDT) In-Reply-To: <87lj67w110.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Sat, 09 Oct 2010 16:42:51 -0400") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org >>>>> On Sat, 09 Oct 2010 16:42:51 -0400, Bernt Hansen wrote: > Uwe Brauer writes: >> Hello >> >> Most spreadsheets I know off are able to sum rows in colum, >> by marking it with the mouse and then call the sum >> function. I can't find that functionality in org modes >> table. >> Could that be easily implemented? >> >> thanks > I don't think that is available with mouse > functionality but in a column in a table you can do C-c > + to sum the values and display the result. I am not sure I understand take the following example | 3 | 8 | ^ | | 4 | | | | ^ | | | So I put the cursor ^ either below the 4 and press C-c + but then I am informed that a 0 will be inserted (using F10 (which is bound in my setting to C-y)) the same happens when I put the cursor besides the 8 Uwe