Document the new behavior of `C-u C-c C-c' on checkboxes.
* org.texi (Checkboxes): Document the new behavior of `C-u C-c C-c' on checkboxes.
This commit is contained in:
parent
4789bb5a79
commit
f9293eae2a
12
doc/org.texi
12
doc/org.texi
|
@ -1241,8 +1241,8 @@ Reveal context around point, showing the current entry, the following heading
|
||||||
and the hierarchy above. Useful for working near a location that has been
|
and the hierarchy above. Useful for working near a location that has been
|
||||||
exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
|
exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
|
||||||
(@pxref{Agenda commands}). With a prefix argument show, on each
|
(@pxref{Agenda commands}). With a prefix argument show, on each
|
||||||
level, all sibling headings. With double prefix arg, also show the entire
|
level, all sibling headings. With a double prefix argument, also show the
|
||||||
subtree of the parent.
|
entire subtree of the parent.
|
||||||
@orgcmd{C-c C-k,show-branches}
|
@orgcmd{C-c C-k,show-branches}
|
||||||
Expose all the headings of the subtree, CONTENT view for just one subtree.
|
Expose all the headings of the subtree, CONTENT view for just one subtree.
|
||||||
@orgcmd{C-c C-x b,org-tree-to-indirect-buffer}
|
@orgcmd{C-c C-x b,org-tree-to-indirect-buffer}
|
||||||
|
@ -4427,9 +4427,11 @@ off a box while there are unchecked boxes above it.
|
||||||
|
|
||||||
@table @kbd
|
@table @kbd
|
||||||
@orgcmd{C-c C-c,org-toggle-checkbox}
|
@orgcmd{C-c C-c,org-toggle-checkbox}
|
||||||
Toggle checkbox status or (with prefix arg) checkbox presence at point. With
|
Toggle checkbox status or (with prefix arg) checkbox presence at point.
|
||||||
double prefix argument, set it to @samp{[-]}, which is considered to be an
|
With a single prefix argument, add an empty checkbox or remove the current
|
||||||
intermediate state.
|
one@footnote{`C-u C-c C-c' on the @emph{first} item of a list with no checkbox
|
||||||
|
will add checkboxes to the rest of the list.}. With a double prefix argument, set it to @samp{[-]}, which is
|
||||||
|
considered to be an intermediate state.
|
||||||
@orgcmd{C-c C-x C-b,org-toggle-checkbox}
|
@orgcmd{C-c C-x C-b,org-toggle-checkbox}
|
||||||
Toggle checkbox status or (with prefix arg) checkbox presence at point. With
|
Toggle checkbox status or (with prefix arg) checkbox presence at point. With
|
||||||
double prefix argument, set it to @samp{[-]}, which is considered to be an
|
double prefix argument, set it to @samp{[-]}, which is considered to be an
|
||||||
|
|
Loading…
Reference in New Issue