Re: [O] org-todo-recursive

2015-01-19 Thread Dieter Van Eessen
Hello, I don't have good elisp skills, but the following might give you an idea how to start: (defun org-todo-recursive (element-at-point) (interactive (let (element-at-point) (forward-char) ;to make sure you have item (no plain-list) (setq element-at-point (org-element-at-poin

Re: [O] org-todo-recursive

2015-01-18 Thread Rasmus
Hi David, David Arroyo Menendez writes: >>> How can I do a org-todo-recursive? The idea is replace TODO by DONE in >>> a tree. Someone with a snippet? >> >> Does org-depend.el do what you need? [Your message is not very clear] >> > I'm not an user of org-depend.el, but from my point of view, or

Re: [O] org-todo-recursive

2015-01-18 Thread David Arroyo Menendez
Rasmus writes: > Hi, > > davi...@es.gnu.org (David Arroyo Menéndez) writes: > >> How can I do a org-todo-recursive? The idea is replace TODO by DONE in >> a tree. Someone with a snippet? > > Does org-depend.el do what you need? [Your message is not very clear] > > Cheers, > Rasmuse I'm not an u

Re: [O] org-todo-recursive

2015-01-17 Thread Rasmus
Hi, davi...@es.gnu.org (David Arroyo Menéndez) writes: > How can I do a org-todo-recursive? The idea is replace TODO by DONE in > a tree. Someone with a snippet? Does org-depend.el do what you need? [Your message is not very clear] Cheers, Rasmus -- Governments should be afraid of their peop

[O] org-todo-recursive

2015-01-17 Thread David Arroyo Menéndez
Hello! How can I do a org-todo-recursive? The idea is replace TODO by DONE in a tree. Someone with a snippet? Regards.