From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Traking estimated time for TODO items Date: Fri, 23 Jan 2015 19:08:46 +0800 Message-ID: <87bnlplpoh.fsf@ericabrahamsen.net> References: <54C21D54.5040800@hilboll.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEc0c-0002FF-9p for emacs-orgmode@gnu.org; Fri, 23 Jan 2015 06:02:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEc0Y-0003S5-Uc for emacs-orgmode@gnu.org; Fri, 23 Jan 2015 06:02:38 -0500 Received: from plane.gmane.org ([80.91.229.3]:35469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEc0Y-0003S1-O9 for emacs-orgmode@gnu.org; Fri, 23 Jan 2015 06:02:34 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YEc0P-00066M-5s for emacs-orgmode@gnu.org; Fri, 23 Jan 2015 12:02:25 +0100 Received: from 221.218.165.215 ([221.218.165.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jan 2015 12:02:25 +0100 Received: from eric by 221.218.165.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jan 2015 12:02:25 +0100 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@gnu.org Andreas Hilboll writes: > Dear org experts, > > I have a bunch of TODOs which represent tasks that I'd like to do some > time. When I end up having a certain amount of spare time, I'd like to > be able to get a list of all of these "someday" tasks which would fit > into the available time frame. I.e., when I know I have about 30mins, > I'd like to see only those "someday" tasks which are estimated to be > shorter than 30 mins. > > I'd like to see how people are dealing with this sort of thing. One > easy possibility would be to have tags "1hr", "2hrs", "0hrs", etc. > > I appreciate any ideas =) > > Cheers, > Andreas. I don't use the EFFORT property, but I think it's exactly what you want. See the (org) Effort estimates section of the manual. Eric