From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Time remaining report, anyone done it? Date: Mon, 07 Oct 2013 11:05:28 +0100 Message-ID: <87y565v1jr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VT7h7-0006yN-MQ for emacs-orgmode@gnu.org; Mon, 07 Oct 2013 06:05:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VT7gy-0003Qw-VF for emacs-orgmode@gnu.org; Mon, 07 Oct 2013 06:05:41 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:47204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VT7gy-0003Qq-D2 for emacs-orgmode@gnu.org; Mon, 07 Oct 2013 06:05:32 -0400 Received: by mail-wi0-f173.google.com with SMTP id hq15so4504079wib.0 for ; Mon, 07 Oct 2013 03:05:31 -0700 (PDT) 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" Hello all, I have a bit of time now so I am dusting off a slightly buggy way of finding out how much time is remaining on a project. The basic idea is that: :Effort: - [total clocked time] = [time remaining before completion] The ultimate aim is to get a "time remaining report", similar to a "clocked time report". Before I get too stuck in I thought I would ask: Has anyone already done this or thought about a good way to do it (I really hope so)? Myles