From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Clean Org Clock with step Date: Sun, 26 Jul 2009 06:12:23 +0800 Message-ID: <87tz109zug.fsf@bzg.ath.cx> References: <87ljmfbaxe.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MUpTn-0007cE-FQ for emacs-orgmode@gnu.org; Sat, 25 Jul 2009 18:12:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MUpTi-0007ZC-KC for emacs-orgmode@gnu.org; Sat, 25 Jul 2009 18:12:35 -0400 Received: from [199.232.76.173] (port=58075 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUpTi-0007Z4-8l for emacs-orgmode@gnu.org; Sat, 25 Jul 2009 18:12:30 -0400 Received: from rv-out-0708.google.com ([209.85.198.242]:46352) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MUpTh-0008OB-Vl for emacs-orgmode@gnu.org; Sat, 25 Jul 2009 18:12:30 -0400 Received: by rv-out-0708.google.com with SMTP id f25so979320rvb.6 for ; Sat, 25 Jul 2009 15:12:29 -0700 (PDT) In-Reply-To: (meingbg@gmail.com's message of "Fri, 24 Jul 2009 16:26:45 +0200") 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: meingbg Cc: emacs-orgmode@gnu.org meingbg writes: > And while I'm at it - my employer requires me to report not only what I'm doing > and how long it takes, but also when I'm doing it. I assume most people > wouldn't benefit from a feature like this, and that there are many other things > on the wish list with higher priority, so I'm just asking if someone could > point out an API guide or something like that, it would be wonderful. I've implemented this. You can use an option like ":timestamp t" in the clock report and a timestamp will be inserted. It looks for SCHEDULED, TIMESTAMP, DEADLINE and TIMESTAMP_IA -- in this order. Thanks for this idea! -- Bastien