emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Bug? org-capture resumes clock on captured (not interruped) ta


From: Viktor Rosenfeld
Subject: [Orgmode] Bug? org-capture resumes clock on captured (not interruped) task
Date: Sat, 24 Jul 2010 00:54:36 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

Hi, 

I have the following capture template template:

("t" "Todo" entry 
   (file+headline (concat org-directory "openloops.org") "Open Loops")
     "* TODO %?\nSCHEDULED: %t" 
       :prepend t :clock-in t :clock-resume t)

After finishing a capture process that interrupted a running clock, the
just captured task has two clock entries: one for the capture process
and an open clock, like so:

* STARTED The task I just captured
SCHEDULED: <2010-07-24 Sat>
:LOGBOOK:
CLOCK: [2010-07-24 Sat 00:52]
CLOCK: [2010-07-24 Sat 00:52]--[2010-07-24 Sat 00:52] =>  0:00
:END:

That is, the clock is restarted on the wrong task.

I've installed org-mode directly from the git reposity.

Cheers,
Viktor



reply via email to

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