Hello, Roman Rudakov <phentag...@gmail.com> writes:
> I've tried to remove line (org-inhibit-logging t) locally, it have solved > my problem partially. > > If I clock-in and then clock-out the same headline everything is ok (Task 1 > in my example) > . But if I clock-in Task 2, Then go to Task 3 and ckock it in, Task 2 > clocked out and have only CLOSED log entry, but it doesn't have log about > change state from PROGRESS to DONE. > > Example: > > * DONE Task 1 > CLOSED: [2017-07-29 Sat 16:45] > :LOGBOOK: > - State "DONE" from "PROGRESS" [2017-07-29 Sat 16:45] > - State "PROGRESS" from "TODO" [2017-07-29 Sat 16:45] > CLOCK: [2017-07-29 Sat 16:45]--[2017-07-29 Sat 16:45] => 0:00 > :END: > > * DONE Task 2 > CLOSED: [2017-07-29 Sat 16:45] > :LOGBOOK: > - State "PROGRESS" from "TODO" [2017-07-29 Sat 16:45] > CLOCK: [2017-07-29 Sat 16:45]--[2017-07-29 Sat 16:45] => 0:00 > :END: > > * PROGRESS Task 3 > :LOGBOOK: > - State "PROGRESS" from "TODO" [2017-07-29 Sat 16:45] > CLOCK: [2017-07-29 Sat 16:45] > :END: I cannot reproduce it. With your minimal configuration in a previous message and the document above, when clocking in "Task 3", I get prompted by `rr/after-clock-stop' function and the change state is properly recorded in "Task 2". Regards, -- Nicolas Goaziou