Re: [O] [PATCH] Use the same TODO keyword as the current heading

2017-10-18 Thread Nicolas Goaziou
Hello, Allen Li writes: > Here's the new patch with tests I added a commit message and applied it. Thank you. Regards, -- Nicolas Goaziou0x80A93738

Re: [O] [PATCH] Use the same TODO keyword as the current heading

2017-10-17 Thread Allen Li
On Tue, Oct 17, 2017 at 12:47 AM, Nicolas Goaziou wrote: > Hello, > > Allen Li writes: > >> This makes org-insert-todo-heading-respect-content use the previous >> heading of the same level instead of the previous heading regardless >> of level.

Re: [O] [PATCH] Use the same TODO keyword as the current heading

2017-10-17 Thread Nicolas Goaziou
Hello, Allen Li writes: > This makes org-insert-todo-heading-respect-content use the previous > heading of the same level instead of the previous heading regardless > of level. > > Given: > >* TODO some task >** WAITING other task > > The original code yields:

[O] [PATCH] Use the same TODO keyword as the current heading

2017-10-16 Thread Allen Li
This makes org-insert-todo-heading-respect-content use the previous heading of the same level instead of the previous heading regardless of level. Given: * TODO some task ** WAITING other task The original code yields: * TODO some task ** WAITING other task * WAITING This