>>>>> "Louis" == Louis Turk <[email protected]> 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 <[email protected]>