emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Time clocking problem


From: Malcolm Purvis
Subject: Re: [O] Time clocking problem
Date: Thu, 01 Sep 2016 20:53:45 +1000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin)

>>>>> "Louis" == Louis Turk <address@hidden> 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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]