summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-03-10 17:34:34 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-03-10 17:34:34 +0100
commit8060ca672731e35868df599dbe0953e505622477 (patch)
treee66cd324ce0297cc5ae9a689d28116e73f0307d7
parent1f3bd5f62a00b8b4b01f31a55bed41ff06eb8720 (diff)
downloadorg-mode-8060ca672731e35868df599dbe0953e505622477.tar.gz
org-manual: Fix footnotes
* doc/org-manual.org (Clocking commands): Fix footnote numbers.
-rw-r--r--doc/org-manual.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index 2f1e775..0b94ba0 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -6355,14 +6355,14 @@ prompted about what to do with it.
the mode line, along with the title of the task. The clock time
shown is all time ever clocked for this task and its children. If
the task has an effort estimate (see [[*Effort Estimates]]), the mode
- line displays the current clocking time against it[fn:76]. If the
+ line displays the current clocking time against it[fn:75]. If the
task is a repeating one (see [[*Repeated tasks]]), show only the time
- since the last reset of the task[fn:77]. You can exercise more
+ since the last reset of the task[fn:76]. You can exercise more
control over show time with the =CLOCK_MODELINE_TOTAL= property. It
may have the values =current= to show only the current clocking
instance, =today= to show all time clocked on this tasks today---see
also the variable ~org-extend-today-until~, ~all~ to include all
- time, or ~auto~ which is the default[fn:78]. Clicking with
+ time, or ~auto~ which is the default[fn:77]. Clicking with
{{{kbd(mouse-1)}}} onto the mode line entry pops up a menu with
clocking options.
@@ -6376,7 +6376,7 @@ prompted about what to do with it.
computes the resulting time in inserts it after the time range as
==>HH:MM=. See the variable ~org-log-note-clock-out~ for the
possibility to record an additional note together with the clock-out
- timestamp[fn:79].
+ timestamp[fn:78].
- {{{kbd(C-c C-x C-x)}}} (~org-clock-in-last~) ::