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
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
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
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
Hello!
How can I do a org-todo-recursive? The idea is replace TODO by DONE in
a tree. Someone with a snippet?
Regards.