Fix typos
This commit is contained in:
parent
77e51ec5b8
commit
9df61b6c3e
|
@ -5760,7 +5760,7 @@ worked on or closed during a day.
|
||||||
@cindex report, of clocked time
|
@cindex report, of clocked time
|
||||||
|
|
||||||
Org mode can produce quite complex reports based on the time clocking
|
Org mode can produce quite complex reports based on the time clocking
|
||||||
inormation. Such a report is called a @emph{clock table}, because it is
|
information. Such a report is called a @emph{clock table}, because it is
|
||||||
formatted as one or several Org tables.
|
formatted as one or several Org tables.
|
||||||
|
|
||||||
@table @kbd
|
@table @kbd
|
||||||
|
|
|
@ -2628,7 +2628,7 @@ This may t or nil, or the symbol `org-read-date-prefer-future'."
|
||||||
:group 'org-agenda
|
:group 'org-agenda
|
||||||
:group 'org-time
|
:group 'org-time
|
||||||
:type '(choice
|
:type '(choice
|
||||||
(const :tag "Use org-aread-date-prefer-future"
|
(const :tag "Use org-read-date-prefer-future"
|
||||||
org-read-date-prefer-future)
|
org-read-date-prefer-future)
|
||||||
(const :tag "Never" nil)
|
(const :tag "Never" nil)
|
||||||
(const :tag "Always" t)))
|
(const :tag "Always" t)))
|
||||||
|
|
Loading…
Reference in New Issue