summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-10 11:04:41 +0200
committerBastien Guerry <bzg@altern.org>2011-07-10 11:04:41 +0200
commitdaaf43e2ff4913d2d66d16d851846f67e6320550 (patch)
tree9c86db85cde55e58708c7ab0b30ddc137fa80bea
parentdc85f451945bae0b49218fe7fc7aa04ceb8c14f2 (diff)
downloadorg-mode-daaf43e2ff4913d2d66d16d851846f67e6320550.tar.gz
doc/org.texi: document `org-clock-timestamps-up'.
-rw-r--r--doc/org.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 2e33c6c..10a2428 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5846,6 +5846,9 @@ Update the effort estimate for the current clock task.
Recompute the time interval after changing one of the timestamps. This
is only necessary if you edit the timestamps directly. If you change
them with @kbd{S-@key{cursor}} keys, the update is automatic.
+@orgcmd{C-S-@key{up/down},org-clock-timestamps-up/down}
+On @code{CLOCK} log lines, increase/decrease both timestamps at the same
+time so that duration keeps the same.
@orgcmd{C-c C-t,org-todo}
Changing the TODO state of an item to DONE automatically stops the clock
if it is running in this same item.