From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Effort columnview: Show total in different column Date: Thu, 23 Sep 2010 08:55:24 +0200 Message-ID: <5E26B598-5184-4D58-A7FE-040F2BADFF01@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=41755 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oyg54-0004ta-Kh for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 03:19:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oyg4x-0004S1-Fb for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 03:18:52 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:57862) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oyg4x-0004Mv-B0 for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 03:18:51 -0400 Received: by mail-ew0-f41.google.com with SMTP id 28so470038ewy.0 for ; Thu, 23 Sep 2010 00:18:51 -0700 (PDT) In-Reply-To: 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: Nathan Neff Cc: emacs-orgmode On Sep 22, 2010, at 9:35 PM, Nathan Neff wrote: > I'd like to generate a columnview that shows totals in a separate > column, like the clockreport. > > Something like this: > > | Total | Effort. | Task | > |-------+------+------------| > | 4 | | Main Task | > | | 2 | Sub Task 1 | > | | 2 | Sub Task 2 | > > Any ideas where to start? This would be a rather complex change, hard to implement. - Carsten > Currently, if I just define a columnview, > then the output looks like this: > | Est. | Task | > |------+-------------| > | 1:00 | * Main Task | > | 0:30 | Sub Task 1 | > | 0:30 | Sub Task 2 | > > Thanks, > --Nate > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode