From mboxrd@z Thu Jan 1 00:00:00 1970 From: David O'Toole Subject: org-timeclock.el Date: Fri, 28 Apr 2006 10:55:20 -0400 Message-ID: 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 1FZUNY-0003vu-Pt for emacs-orgmode@gnu.org; Fri, 28 Apr 2006 10:55:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZUNV-0003uX-3r for emacs-orgmode@gnu.org; Fri, 28 Apr 2006 10:55:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZUNU-0003uQ-Qb for emacs-orgmode@gnu.org; Fri, 28 Apr 2006 10:55:28 -0400 Received: from [66.249.82.195] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZUQe-0003QN-FY for emacs-orgmode@gnu.org; Fri, 28 Apr 2006 10:58:44 -0400 Received: by xproxy.gmail.com with SMTP id s13so1471446wxc for ; Fri, 28 Apr 2006 07:55:27 -0700 (PDT) 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 I was bored this morning, and decided to add basic support for timeclock.el to org-mode. My preliminary hack is available from: http://dto.freeshell.org/e/org-timeclock.el Supports only basic functions: M-x org-timeclock-in M-x org-timeclock-out Also automatically clocks out/finishes a task when you mark the currently clocked-in task as "DONE". (This can be easily turned off if you don't like it.) Future ideas: doing something interesting with timeclock-generate-report and org-publish.el :-) -- Dave O'Toole dto@gnu.org