From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mats Kindahl Subject: Showing remaining time in agenda mode Date: Mon, 12 Sep 2011 09:34:25 +0200 Message-ID: <4E6DB601.8020306@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R312O-0003uu-2x for emacs-orgmode@gnu.org; Mon, 12 Sep 2011 03:34:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R312N-0002fA-48 for emacs-orgmode@gnu.org; Mon, 12 Sep 2011 03:34:40 -0400 Received: from rcsinet15.oracle.com ([148.87.113.117]:49309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R312M-0002eu-RH for emacs-orgmode@gnu.org; Mon, 12 Sep 2011 03:34:39 -0400 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p8C7YXKo007334 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 12 Sep 2011 07:34:35 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p8C7YX49008096 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 12 Sep 2011 07:34:33 GMT Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p8C7YR0c015953 for ; Mon, 12 Sep 2011 02:34:27 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hi all, I have been using Org-Mode with great success over the last year (or so). There is a number of items that I need to handle, and I am reading through the code to try to figure out how to do the various items. However, recently I switched to using 7.7, which disabled a feature I use (but it seems to just be a matter of setting it up again) but also seem to have a lot of additions that I need. Beginning of each week, I plan the coming week using the agenda mode to sort out tasks over the week. To do this efficiently, I have been looking at Effort for each task and the summary for the day, and when the default column view for the agenda showed Effort and Clock, this worked quite well if you manage to complete the tasks during a week. However, quite often I run across tasks that I cannot easily split into smaller tasks and which take more than a week to complete (even though the tasks themselves might be small, I can just spend a few hours each week on them), which forces me to make the math in the head to distribute the right amount for each day. Now, the default column view changed with 7.7, so I have no idea on how to set up the agenda column view to show the following: * Each "task line" should show Item, Effort, Clock, and Clock - Effort * Each "day line" should show the summary of (at least) the Effort and the Clock - Effort Does anybody know how to set this up, or do I need to go digging the code? Best wishes, Mats Kindahl