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 <robert.nikander@icloud.com>
Link: https://orgmode.org/list/830BAEAD-AA4C-4226-A93E-1329B41194D7@icloud.com
This commit is contained in:
Ihor Radchenko 2023-02-09 12:55:50 +03:00
parent 6cbbf4cdbf
commit 5d548c34fa
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 9 additions and 2 deletions

View File

@ -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