aesophor / py-todo

📋 Lightweight reminder / todo-list in cli
https://www.reddit.com/r/unixporn/comments/9qy35q/oc_pytodo_a_lightweight_reminder_in_cli/
MIT License
108 stars 22 forks source link

Org-mode TODO test file #16

Closed Steampunkery closed 6 years ago

Steampunkery commented 6 years ago

@aesophor I assume because you added an org-mode feature, that you use emacs or have some use for parsing org-mode TODO files. Can you post an example one that I can use for testing changes I made that pertain to org-mode? I don't use emacs, but that won't stop me from improving code :smiley:

aesophor commented 6 years ago

Thanks for helping me out! Actually I don't use emacs :laughing:. Org-mode was added initially by @MMarinov97 in cc23aa901ef4fa0a019b99331c07996d4a27cfa5. Maybe we can ask @MMarinov97 or @diplozoon to post an example org-mode file?

RewoundVHS commented 6 years ago

GitHub markdown automatically converts the items to check boxes so here is a raw paste of an org file I used a few weeks ago.

Steampunkery commented 6 years ago

Thanks man! Will use this for testing sub-lists as well

RewoundVHS commented 6 years ago

@aesophor You can probably close this.