From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-clock-current-task? Date: Fri, 06 Aug 2010 11:30:06 +0200 Message-ID: <87hbj85bs1.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34770 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhJFl-0001Da-2t for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:30:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhJFi-0003RD-II for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:30:13 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:56041) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhJFi-0003R7-DV for emacs-orgmode@gnu.org; Fri, 06 Aug 2010 05:30:10 -0400 Received: by wyg36 with SMTP id 36so8496609wyg.0 for ; Fri, 06 Aug 2010 02:30:09 -0700 (PDT) In-Reply-To: (Michael Gilbert's message of "Thu, 5 Aug 2010 04:41:29 -0700") 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: Michael Gilbert Cc: emacs-orgmode Mailinglist Hi Michael, Michael Gilbert writes: > Did org-clock-current-task actually end up in orgmode in February? I > see mention of it on the list, but I'm not seeing it in the > application. Yes, this was added in february: ,---- | commit 30ffaca5aa2cbffbfa2dd21335c058c75a22ed33 | Author: Bastien Guerry | Date: Wed Feb 24 16:28:43 2010 +0100 | | Added org-clock-current-task which stores the last clocked in entry. | | The `org-clock-set-current' and `org-clock-delete-current' functions | handle this variable. The variable only stores the last clocked in | entry, not the history of clocked in tasks. `---- Try C-h v org-clock-current-task to see the variable. HTH, -- Bastien