Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Given an active region, checkbox/toggle should toggle checkboxes in region #5

Open
camdez opened this issue Nov 5, 2014 · 0 comments

Comments

@camdez
Copy link
Owner

camdez commented Nov 5, 2014

Consider the behavior of org-toggle-checkbox:

Toggle checkbox status or (with prefix arg) checkbox presence at
point. With double prefix argument, set it to ‘[-]’, which is
considered to be an intermediate state.

If there is an active region, toggle the first checkbox in the
region and set all remaining boxes to the same status as the
first. With a prefix arg, add or remove the checkbox for all items
in the region.

If the cursor is in a headline, toggle checkboxes in the region
between this headline and the next (so not the entire subtree).

If there is no active region, just toggle the checkbox at point.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant