autofrettage <autofrett...@protonmail.ch> writes:

> * DONE Apple
> ** TODO Banana
>
> ...instead of these:
>
> * baz Apple
> ** foo Banana

Confirmed.

Currently, checkbox to todo keyword mapping is hard-coded in
org-list-to-subtree.

We may use something like
[ ] -> (car org-not-done-keywords);
[-] -> (car org-not-done-keywords);
[X] -> (car org-done-keywords);

Though it may still be not ideal when there are multiple keywords to
choose from.

Best,
Ihor

Reply via email to