From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: Estimated times Date: Mon, 29 Oct 2007 09:08:08 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImQbl-0003Tf-Ex for emacs-orgmode@gnu.org; Mon, 29 Oct 2007 05:08:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImQbj-0003T1-W1 for emacs-orgmode@gnu.org; Mon, 29 Oct 2007 05:08:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImQbj-0003Ss-UQ for emacs-orgmode@gnu.org; Mon, 29 Oct 2007 05:08:27 -0400 Received: from main.gmane.org ([80.91.229.2] 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 1ImQbj-0002XX-9z for emacs-orgmode@gnu.org; Mon, 29 Oct 2007 05:08:27 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ImQbZ-0007VD-GY for emacs-orgmode@gnu.org; Mon, 29 Oct 2007 09:08:18 +0000 Received: from www-gw3.credit-suisse.com ([198.240.212.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Oct 2007 09:08:17 +0000 Received: from christian.egli by www-gw3.credit-suisse.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Oct 2007 09:08:17 +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 Sebastjan Trepca gmail.com> writes: > I was wondering if there is a way to set a time estimate for a task > and then match it with actual logged time? After you finish it of > course. > > Maybe something similar as checkbox counters. > > * TODO learn about emacs [0/2, 0h/20h] > - [ ] read emacs manual (10h) > - [ ] read elisp manual (10h) > > First counter counts the finished subtasks, second shows overall > logged time and the estimate. You might be able to do something with a column view. You define the effort as a property and in your Column View you summarize the effort. Might be worth to have a look at http://orgmode.org/org.html#Column-view Christian