emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-toggle-checkbox bug
@ 2011-02-24 23:52 Matt Lundin
  2011-02-25  0:09 ` John Hendy
  2011-02-25  5:03 ` Nick Dokos
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Lundin @ 2011-02-24 23:52 UTC (permalink / raw)
  To: Org Mode

According to the docstring of org-toggle-checkbox, the function can be
called on headlines:

,----
| If the cursor is in a headline, apply this to all checkbox items
| in the text below the heading, taking as reference the first item
| in subtree, ignoring drawers.
`----

When I call org-toggle-checkbox on the following entry...

--8<---------------cut here---------------start------------->8---
* Test
 - [ ] Now
 - [ ] Not now
 - [ ] Later
 - Not yet
 - Never
--8<---------------cut here---------------end--------------->8---

...I get the following results...

--8<---------------cut here---------------start------------->8---
* Test
 - [ ] Now
 - [X] Not now
 - [X] Later
 - Not yet
 - Never
--8<---------------cut here---------------end--------------->8---

Then if I call org-toggle-checkbox on the headline again, nothing
happens. The two boxes remain checked.

Best,
Matt

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-25 17:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-24 23:52 org-toggle-checkbox bug Matt Lundin
2011-02-25  0:09 ` John Hendy
2011-02-25  0:26   ` Nick Dokos
2011-02-25  5:03 ` Nick Dokos
2011-02-25 17:17   ` Nicolas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).