summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-12-31 17:47:53 +0100
committerBastien Guerry <bzg@altern.org>2012-01-03 09:19:33 +0100
commit1425724d6c954d3b15dd4be4d6e1dec442deb16e (patch)
treec05fe6de552d9007815c1e9a047d2de0bf908e07
parent7b512a111146b83f96851226621ae9d97cec15be (diff)
downloadorg-mode-1425724d6c954d3b15dd4be4d6e1dec442deb16e.tar.gz
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.
-rw-r--r--doc/org.texi12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 6b189bd..b2a2545 100644
--- a/doc/org.texi
+++ b/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
exposed by a sparse tree command (@pxref{Sparse trees}) or an agenda command
(@pxref{Agenda commands}). With a prefix argument show, on each
-level, all sibling headings. With double prefix arg, also show the entire
-subtree of the parent.
+level, all sibling headings. With a double prefix argument, also show the
+entire subtree of the parent.
@orgcmd{C-c C-k,show-branches}
Expose all the headings of the subtree, CONTENT view for just one subtree.
@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
@orgcmd{C-c C-c,org-toggle-checkbox}
-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
-intermediate state.
+Toggle checkbox status or (with prefix arg) checkbox presence at point.
+With a single prefix argument, add an empty checkbox or remove the current
+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}
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