From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: org tbl, sum elements in a colum with the mouse Date: Sat, 09 Oct 2010 16:59:23 -0400 Message-ID: <87d3rjw09g.fsf@gollum.intra.norang.ca> References: <877hhrunit.fsf@mat.ucm.es> <87lj67w110.fsf@gollum.intra.norang.ca> <87y6a7t786.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=46775 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4gVr-0002oy-O8 for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 16:59:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4gVq-0000kf-GE for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 16:59:27 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:56492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4gVq-0000kb-DC for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 16:59:26 -0400 In-Reply-To: <87y6a7t786.fsf@mat.ucm.es> (Uwe Brauer's message of "Sat, 09 Oct 2010 22:57:13 +0200") 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: Uwe Brauer Cc: emacs-orgmode@gnu.org Uwe Brauer writes: >>>>>> 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. > > Ok my mistake the cursor has to be over the last element of > the colum not in the empty row below. Nice thanks. It should work in any element of a column - not just the last. It works fine for me on the empty cell as well. > > But is there a similar functionality for columns? That is I > don't want to add the whole columns but the elements of one > row. I don't think there is row summing functionality (but I could be wrong) -- there are so many functions that org-mode provides I can't keep track of them all :) -Bernt