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 (
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
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