diff --git a/doc/org-manual.org b/doc/org-manual.org index 21a8282d1..2d38cf76c 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -6657,23 +6657,30 @@ about what to do with it. #+kindex: C-S-UP #+findex: org-clock-timestamps-up + #+findex: org-shiftcontrolup #+kindex: C-S-DOWN #+findex: org-clock-timestamps-down + #+findex: org-shiftcontroldown On CLOCK log lines, increase/decrease both timestamps so that the clock duration keeps the same value. - {{{kbd(S-M-UP)}}} (~org-timestamp-up~), {{{kbd(S-M-DOWN)}}} (~org-timestamp-down~) :: #+kindex: S-M-UP - #+findex: org-clock-timestamp-up + #+findex: org-timestamp-up + #+findex: org-shiftmetaup #+kindex: S-M-DOWN - #+findex: org-clock-timestamp-down + #+findex: org-timestamp-down + #+findex: org-shiftmetadown On =CLOCK= log lines, increase/decrease the timestamp at point and the one of the previous, or the next, clock timestamp by the same duration. For example, if you hit {{{kbd(S-M-UP)}}} to increase a clocked-out timestamp by five minutes, then the clocked-in timestamp of the next clock is increased by five minutes. + Only =CLOCK= logs created during current Emacs session are + considered when adjusting next/previous timestamp. + - {{{kbd(C-c C-t)}}} (~org-todo~) :: #+kindex: C-c C-t