aviaviavi / toodles

Project management directly from the TODOs in your codebase
MIT License
970 stars 35 forks source link

parser: support for org-mode files #42

Closed damiencourousse closed 6 years ago

damiencourousse commented 6 years ago
aviaviavi commented 6 years ago

This is awesome Damien! I actually tried implementing this a little while ago but it was a bit tricky and I never finished it. Looking forward to trying this out / reviewing later tonight :D

damiencourousse commented 6 years ago

On 31/10/2018 22:34, Avi Press wrote:

This is awesome Damien! I actually tried implementing this a little while ago but it was a bit tricky and I never finished it. Looking forward to trying this out / reviewing later tonight :D

Actually, somewhere in our todo-lists, we could note to review the support of TODO items in org-mode lists.  There may be many use cases, but the canonical way to do this is to use check-boxes, e.g.:

Note that, in this case, the keyword TODO is not used.

best regards,

aviaviavi commented 6 years ago

Actually, somewhere in our todo-lists, we could note to review the support of TODO items in org-mode lists.

Yeah I think separately I'll add a TODO.org within the toodles repo and put that in there

damiencourousse commented 6 years ago

Alright, yes, you are right! Thank you for reviewing.

It looks like this would need more in-depth changes, and I won't have time to work on this in the coming days. I have rebased this working branch and pushed in a new branch parse-org-mode. Feel free to commit on this branch if you want to work on this!

aviaviavi commented 6 years ago

Sounds good, we both got to basically the same spot before giving up haha. Maybe I'll take another swing at this soon