|
@@ -3778,16 +3778,19 @@ The @samp{[2/4]} and @samp{[1/3]} in the first and second line are cookies
|
|
|
indicating how many checkboxes present in this entry have been checked off,
|
|
|
and the total number of checkboxes are present. This can give you an idea on
|
|
|
how many checkboxes remain, even without opening a folded entry. The cookies
|
|
|
-can be placed into a headline or into (the first line of) a plain list
|
|
|
-item. Each cookie covers all checkboxes structurally below the headline/item
|
|
|
-on which the cookie appear. You have to insert the cookie yourself by typing
|
|
|
-either @samp{[/]} or @samp{[%]}. With @samp{[/]} you get an @samp{n out of
|
|
|
-m} result, as in the examples above. With @samp{[%]} you get information
|
|
|
-about the percentage of checkboxes checked (in the above example, this would
|
|
|
-be @samp{[50%]} and @samp{[33%]}, respectively). In a headline, a cookie can
|
|
|
-both count checkboxes below the heading, or TODO states of children, and it
|
|
|
-will display whatever was changed last. Set the property @code{COOKIE_DATA}
|
|
|
-to either @samp{checkbox} or @samp{todo} to resolve this issue.
|
|
|
+can be placed into a headline or into (the first line of) a plain list item.
|
|
|
+Each cookie covers checkboxes of direct children structurally below the
|
|
|
+headline/item on which the cookie appear@footnote{Set the variable
|
|
|
+@code{org-recursive-checkbox-statistics} if you want such cookes to represent
|
|
|
+the all checkboxes below the cookie, not just the direct children.}. You
|
|
|
+have to insert the cookie yourself by typing either @samp{[/]} or @samp{[%]}.
|
|
|
+With @samp{[/]} you get an @samp{n out of m} result, as in the examples
|
|
|
+above. With @samp{[%]} you get information about the percentage of
|
|
|
+checkboxes checked (in the above example, this would be @samp{[50%]} and
|
|
|
+@samp{[33%]}, respectively). In a headline, a cookie can both count
|
|
|
+checkboxes below the heading, or TODO states of children, and it will display
|
|
|
+whatever was changed last. Set the property @code{COOKIE_DATA} to either
|
|
|
+@samp{checkbox} or @samp{todo} to resolve this issue.
|
|
|
|
|
|
@cindex blocking, of checkboxes
|
|
|
@cindex checkbox blocking
|