From mboxrd@z Thu Jan 1 00:00:00 1970 From: dave@skiddlydee.com Subject: Re: Org-mode 4.78 Date: Wed, 20 Jun 2007 12:06:46 +0900 (JST) Message-ID: <20070620.120646.82285502.dave@skiddlydee.com> 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 1I0qWJ-0006Bt-Ir for emacs-orgmode@gnu.org; Tue, 19 Jun 2007 23:06:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I0qWI-0006Bh-9K for emacs-orgmode@gnu.org; Tue, 19 Jun 2007 23:06:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I0qWI-0006Be-4s for emacs-orgmode@gnu.org; Tue, 19 Jun 2007 23:06:10 -0400 Received: from newsometer.com ([128.121.51.168]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I0qWH-0004GU-Ln for emacs-orgmode@gnu.org; Tue, 19 Jun 2007 23:06:09 -0400 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: carsten.dominik@gmail.com Cc: emacs-orgmode@gnu.org On Date: Tue, 19 Jun 2007 10:56:35 +0200, Carsten Dominik wrote: > Org-mode version 4.78 is available through Emacs CVS, and at > > - You may specify clocking times by hand (i.e. without > clocking in and out) using this syntax. > > : CLOCK: => 2:00 Should these time entries be picked up for clock tables? It seems that they aren't. If so, maybe there's a bug or I'm missing something set-up wise. Also, I guess there would be problems with time-range blocks such as :block thisweek since there is no date info. But if these time entries *aren't* included in clock tables or time calculations (C-c C-x C-d), then what are they useful for? I was hoping to use them for estimating project/task times, and later comparing those with actual time used (oh, the horror!). //Dave