windows - emacs org-mode : continuous clocking does not work -


i activated option org-clock-continuously recover gaps in clocking , continuous clocking not seem work.

i fixing endtimes clocked items, because forgot clock out (using function org-resolve-clocks , using k option (keep x minutes).

when clocking in afterwards (in agenda view) after having fixed last clock, org-mode clocks me in current time instead of last time clocked out (according clock resolution).

example:

todo sample todo

clock: [2013-07-31 mi 12:53]

m-x org-resolve-clocks -> k -> 5

clock: [2013-07-31 mi 12:53]--[2013-07-31 mi 12:58] => 0:05

agenda view: clock in on different task

(! no question, if want clock in or @ last clock out time !)

** todo sample todo 2

clock: [2013-07-31 mi 13:22]

any ideas how fix or option have activate in addition org-clock-continuously?

i working on windows 7 professional gnu emacs (gnu emacs 24.3.1 (i386-mingw-nt6.1.7601)) , orgmode 8.0.3


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -