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:
parent
6cbbf4cdbf
commit
5d548c34fa
|
@ -6657,23 +6657,30 @@ about what to do with it.
|
||||||
|
|
||||||
#+kindex: C-S-UP
|
#+kindex: C-S-UP
|
||||||
#+findex: org-clock-timestamps-up
|
#+findex: org-clock-timestamps-up
|
||||||
|
#+findex: org-shiftcontrolup
|
||||||
#+kindex: C-S-DOWN
|
#+kindex: C-S-DOWN
|
||||||
#+findex: org-clock-timestamps-down
|
#+findex: org-clock-timestamps-down
|
||||||
|
#+findex: org-shiftcontroldown
|
||||||
On CLOCK log lines, increase/decrease both timestamps so that the
|
On CLOCK log lines, increase/decrease both timestamps so that the
|
||||||
clock duration keeps the same value.
|
clock duration keeps the same value.
|
||||||
|
|
||||||
- {{{kbd(S-M-UP)}}} (~org-timestamp-up~), {{{kbd(S-M-DOWN)}}} (~org-timestamp-down~) ::
|
- {{{kbd(S-M-UP)}}} (~org-timestamp-up~), {{{kbd(S-M-DOWN)}}} (~org-timestamp-down~) ::
|
||||||
|
|
||||||
#+kindex: S-M-UP
|
#+kindex: S-M-UP
|
||||||
#+findex: org-clock-timestamp-up
|
#+findex: org-timestamp-up
|
||||||
|
#+findex: org-shiftmetaup
|
||||||
#+kindex: S-M-DOWN
|
#+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
|
On =CLOCK= log lines, increase/decrease the timestamp at point and
|
||||||
the one of the previous, or the next, clock timestamp by the same
|
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
|
duration. For example, if you hit {{{kbd(S-M-UP)}}} to increase
|
||||||
a clocked-out timestamp by five minutes, then the clocked-in
|
a clocked-out timestamp by five minutes, then the clocked-in
|
||||||
timestamp of the next clock is increased by five minutes.
|
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~) ::
|
- {{{kbd(C-c C-t)}}} (~org-todo~) ::
|
||||||
|
|
||||||
#+kindex: C-c C-t
|
#+kindex: C-c C-t
|
||||||
|
|
Loading…
Reference in New Issue