Re: [O] Checkboxes and state toggling

2011-06-14 Thread Klaus Thoben
Nick Dokos 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) > (setq end (

Re: [O] Checkboxes and state toggling

2011-06-10 Thread Nick Dokos
Klaus Thoben 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 the following examp

[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 even