From 5d548c34fa00d262748c460a9fc80afd3bb625be Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 9 Feb 2023 12:55:50 +0300 Subject: [PATCH] org-manual.org: Clarify what `org-timestamp-up'/`org-timestamp-down' does * doc/org-manual.org (Clocking commands): Fix and add missing findex entries. Explain that only clocks recorded during current Emacs session are considered when adjusting neighboring timestamps. Reported-by: Robert Nikander Link: https://orgmode.org/list/830BAEAD-AA4C-4226-A93E-1329B41194D7@icloud.com --- doc/org-manual.org | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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