org-manual: Clarify `org-timer-start' command description

* doc/org-manual.org (Taking Notes with a Relative Timer): Emphasize
that timer at point is only taken into account when called with prefix
argument.

Reported-by: Ypo <ypuntot@gmail.com>
Link: https://orgmode.org/list/ae3befcf-1f62-fc84-e63c-16cd45bbaf78@gmail.com
This commit is contained in:
Ihor Radchenko 2022-10-03 10:55:33 +08:00 committed by Ihor Radchenko
parent d98a496480
commit cce846e5f7
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 6 additions and 6 deletions

View File

@ -7215,12 +7215,12 @@ The relative and countdown are started with separate commands.
#+findex: org-timer-start
Start or reset the relative timer. By default, the timer is set
to 0. When called with a {{{kbd(C-u)}}} prefix, prompt the user for
a starting offset. If there is a timer string at point, this is
taken as the default, providing a convenient way to restart taking
notes after a break in the process. When called with a double
prefix argument {{{kbd(C-u C-u)}}}, change all timer strings in the
active region by a certain amount. This can be used to fix timer
strings if the timer was not started at exactly the right moment.
a starting offset. The prompt will default to a timer string at
point (if any), providing a convenient way to restart taking notes
after a break in the process. When called with a double prefix
argument {{{kbd(C-u C-u)}}}, change all timer strings in the active
region by a certain amount. This can be used to fix timer strings
if the timer was not started at exactly the right moment.
- {{{kbd(C-c C-x ;)}}} (~org-timer-set-timer~) ::