Hi, this patch updates the key bindings in the manual for org-clock-in-last and org-clock-cancel, after commit fea1b82befb
cheers, Giovanni org.texi Update the key sequence for org-clock-in-last and org-clock-cancel * doc/org.texi (org-clock-in-last and org-clock-cancel) Update the defkeys After commit fea1b82befb the manual has not been updated, let's do it now. --- org.texi 2012-07-17 20:49:31.000000000 +0200 +++ org-2.texi 2012-07-18 11:34:58.041089500 +0200 @@ -6066,5 +6066,5 @@ timestamp@footnote{The corresponding in-buffer setting is: @code{#+STARTUP: lognoteclock-out}}. -@orgcmd{C-c C-x C-I,org-clock-in-last} +@orgcmd{C-c C-x C-x,org-clock-in-last} @vindex org-clock-continuously Reclock the last clocked task. With one @kbd{C-u} prefix argument, @@ -6086,5 +6086,5 @@ Changing the TODO state of an item to DONE automatically stops the clock if it is running in this same item. -@orgcmd{C-c C-x C-x,org-clock-cancel} +@orgcmd{C-c C-x C-q,org-clock-cancel} Cancel the current clock. This is useful if a clock was started by mistake, or if you ended up working on something else.