From mboxrd@z Thu Jan 1 00:00:00 1970 From: Malcolm Purvis Subject: Re: Time clocking problem Date: Thu, 01 Sep 2016 20:53:45 +1000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfPd4-0007jv-Vc for emacs-orgmode@gnu.org; Thu, 01 Sep 2016 06:53:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfPd1-0003M6-Sl for emacs-orgmode@gnu.org; Thu, 01 Sep 2016 06:53:54 -0400 Received: from mail110.syd.optusnet.com.au ([211.29.132.97]:54214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfPd1-0003LK-HI for emacs-orgmode@gnu.org; Thu, 01 Sep 2016 06:53:51 -0400 Received: from lamech.local (unknown [1.40.28.92]) by mail110.syd.optusnet.com.au (Postfix) with ESMTPS id 1884E782EB9 for ; Thu, 1 Sep 2016 20:53:46 +1000 (AEST) In-Reply-To: (Louis Turk's message of "Thu, 1 Sep 2016 10:27:18 +0800") 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" To: emacs-orgmode@gnu.org >>>>> "Louis" == Louis Turk writes: Louis> 1 and 3 do not work for me. I have to place the cursor on the Louis> *Organization task to start timing it. And when I clock out of a Louis> todo item, the *Organization task is not automatically clocked Louis> in. The code searches for the Organization task by the id stored in the variable bh/organization-task-id. Are these matching in your case? Eg: #+begin_src org ,#+FILETAGS: PERSONAL ... ,* Tasks ,** Organization :PROPERTIES: :CLOCK_MODELINE_TOTAL: today :ID: eb155a82-92b2-4f25-a3c6-0304591af2f9 :END: ... #+end_src #+begin_src elisp (setq bh/organization-task-id "eb155a82-92b2-4f25-a3c6-0304591af2f9") #+end_src Malcolm -- Malcolm Purvis