emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Malcolm Purvis <malcolm@purvis.id.au>
To: emacs-orgmode@gnu.org
Subject: Re: Time clocking problem
Date: Thu, 01 Sep 2016 20:53:45 +1000	[thread overview]
Message-ID: <m2wpivriva.fsf@lamech.local> (raw)
In-Reply-To: <d1cf63ac-c4e5-4126-7197-f2658cf51ce1@dayspringpublisher.com> (Louis Turk's message of "Thu, 1 Sep 2016 10:27:18 +0800")

>>>>> "Louis" == Louis Turk <lou@dayspringpublisher.com> 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 <malcolm@purvis.id.au>

  reply	other threads:[~2016-09-01 10:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-01  2:27 Time clocking problem Louis Turk
2016-09-01 10:53 ` Malcolm Purvis [this message]
2016-09-01 12:59   ` Louis Turk
2016-09-04 12:38     ` Malcolm Purvis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2wpivriva.fsf@lamech.local \
    --to=malcolm@purvis.id.au \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).