From 1ac57ccda0622ff508e81245b7875298c1772b6d Mon Sep 17 00:00:00 2001 From: Bastien Date: Thu, 26 Apr 2018 14:42:09 +0200 Subject: [PATCH] org-manual.org: Small enhancement for org-timestamp-up/down --- doc/org-manual.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 8563fc321..abaf0eaba 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -5889,16 +5889,16 @@ format. #+kindex: S-UP #+kindex: S-DOWN - Change the item under the cursor in a timestamp. The cursor can - be on a year, month, day, hour or minute. When the timestamp - contains a time range like =15:30-16:30=, modifying the first - time also shifts the second, shifting the time block with + On the beginning or enclosing bracket of a timestamp, change its + type. Within a timestamp, change the item under the cursor. The + cursor can be on a year, month, day, hour or minute. When the + timestamp contains a time range like =15:30-16:30=, modifying the + first time also shifts the second, shifting the time block with constant length. To change the length, modify the second time. Note that if the cursor is in a headline and not at a timestamp, - these same keys modify the priority of an item. (see - [[*Priorities]]). The key bindings also conflict with - shift-selection and related modes (see [[*Packages that conflict - with Org mode]]). + these same keys modify the priority of an item (see [[*Priorities]]). + The key bindings also conflict with shift-selection and related + modes (see [[*Packages that conflict with Org mode]]). - {{{kbd(C-c C-y)}}} (~org-evaluate-time-range~) ::