org-manual.org: Small enhancement for org-timestamp-up/down
This commit is contained in:
parent
4faa2e1a45
commit
1ac57ccda0
|
@ -5889,16 +5889,16 @@ format.
|
||||||
|
|
||||||
#+kindex: S-UP
|
#+kindex: S-UP
|
||||||
#+kindex: S-DOWN
|
#+kindex: S-DOWN
|
||||||
Change the item under the cursor in a timestamp. The cursor can
|
On the beginning or enclosing bracket of a timestamp, change its
|
||||||
be on a year, month, day, hour or minute. When the timestamp
|
type. Within a timestamp, change the item under the cursor. The
|
||||||
contains a time range like =15:30-16:30=, modifying the first
|
cursor can be on a year, month, day, hour or minute. When the
|
||||||
time also shifts the second, shifting the time block with
|
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.
|
constant length. To change the length, modify the second time.
|
||||||
Note that if the cursor is in a headline and not at a timestamp,
|
Note that if the cursor is in a headline and not at a timestamp,
|
||||||
these same keys modify the priority of an item. (see
|
these same keys modify the priority of an item (see [[*Priorities]]).
|
||||||
[[*Priorities]]). The key bindings also conflict with
|
The key bindings also conflict with shift-selection and related
|
||||||
shift-selection and related modes (see [[*Packages that conflict
|
modes (see [[*Packages that conflict with Org mode]]).
|
||||||
with Org mode]]).
|
|
||||||
|
|
||||||
- {{{kbd(C-c C-y)}}} (~org-evaluate-time-range~) ::
|
- {{{kbd(C-c C-y)}}} (~org-evaluate-time-range~) ::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue