org.texi: Fix typo
* doc/org.texi: Remove extra curly bracket. TINYCHANGE
This commit is contained in:
parent
4f627f86d7
commit
97685b6b60
|
@ -5020,7 +5020,7 @@ TIMESTAMP_IA @r{The first inactive timestamp in the entry.}
|
||||||
CLOCKSUM @r{The sum of CLOCK intervals in the subtree. @code{org-clock-sum}}
|
CLOCKSUM @r{The sum of CLOCK intervals in the subtree. @code{org-clock-sum}}
|
||||||
@r{must be run first to compute the values in the current buffer.}
|
@r{must be run first to compute the values in the current buffer.}
|
||||||
CLOCKSUM_T @r{The sum of CLOCK intervals in the subtree for today.}
|
CLOCKSUM_T @r{The sum of CLOCK intervals in the subtree for today.}
|
||||||
@r{@code{org-clock-sum-today}} must be run first to compute the}
|
@r{@code{org-clock-sum-today} must be run first to compute the}
|
||||||
@r{values in the current buffer.}
|
@r{values in the current buffer.}
|
||||||
BLOCKED @r{"t" if task is currently blocked by children or siblings}
|
BLOCKED @r{"t" if task is currently blocked by children or siblings}
|
||||||
ITEM @r{The headline of the entry.}
|
ITEM @r{The headline of the entry.}
|
||||||
|
|
Loading…
Reference in New Issue