Re: [O] Checkboxes and state toggling

2011-06-14 Thread Klaus Thoben
Nick Dokos nicholas.do...@hp.com writes: #+begin_src emacs-lisp (add-to-list 'org-checkbox-statistics-hook (function ndk/checkbox-list-complete)) (defun ndk/checkbox-list-complete () (save-excursion (org-back-to-heading t) (let ((beg (point)) end) (end-of-line)

[O] Checkboxes and state toggling

2011-06-10 Thread Klaus Thoben
Dear List, I wonder if following functionality is already implemented. Could it be achieved that, if I have a checkbox list with a TODO state in the headline and I toggle all of the checkboxes, that the TODO state switches automatically to DONE? I hope the following example makes my question

Re: [O] Checkboxes and state toggling

2011-06-10 Thread Nick Dokos
Klaus Thoben o22mailinglis...@imap.cc wrote: I wonder if following functionality is already implemented. Could it be achieved that, if I have a checkbox list with a TODO state in the headline and I toggle all of the checkboxes, that the TODO state switches automatically to DONE? I hope