I have encountered a problem with org-resolve-clocks. I have tested this without any additional customization settings. Suppose I have an Org file with two tasks, and take the following steps. (1) Clock in on task 1 (2) Wait for two minutes (3) Call M-x org-resolve-clocks (4) Press K and keep 1 minute That leaves me clocked out of task 1 with the following contents, as we might have expected: ---------------------------------------------------- * Task 1 CLOCK: [2009-11-11 wo 17:10]--[2009-11-11 wo 17:11] => 0:01 * Task 2 ---------------------------------------------------- (5) Clock in on task 2 (6) Answer that you want to add the additional minutes to this clock After this action, the clock from Task 1 is modified, and I am left with the following: ---------------------------------------------------- * Task 1 CLOCK: [2009-11-11 wo 17:10]--[2009-11-11 wo 17:13] => 0:03 * Task 2 CLOCK: [2009-11-11 wo 17:11] ---------------------------------------------------- So, the end time for Task 1 has been modified unexpectedly. What's going on. Best regards, Ruud