emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 5d548c34fa: org-manual.org: Clarify what `org-times


From: ELPA Syncer
Subject: [elpa] externals/org 5d548c34fa: org-manual.org: Clarify what `org-timestamp-up'/`org-timestamp-down' does
Date: Thu, 9 Feb 2023 04:57:58 -0500 (EST)

branch: externals/org
commit 5d548c34fa00d262748c460a9fc80afd3bb625be
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    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
---
 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 21a8282d1b..2d38cf76c5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]