wizmer / syncorg

An implementation of MobileOrg for the Android platform
GNU General Public License v3.0
174 stars 23 forks source link

Support custom TODO states #4

Open colonelpanic8 opened 7 years ago

colonelpanic8 commented 7 years ago

Emacs uses org-todo-keywords to allow for custom TODO states. Perhaps I am mistaken, but from what I can tell, syncorg does not currently support this.

wizmer commented 7 years ago

So far SyncOrg understands TODO states defined in the file like:

+TODO: REPORT BUG KNOWNCAUSE | FIXED

but you can't create new TODO states from it. This is a missing feature, for sure.

FHulot commented 7 years ago

The TODO states defined in various files are available in all files. SyncOrg seems to hang on to states defined in files that are deleted. Would be nice if each file had its own defined states only.

Would be nice, too, if states could be changed by swiping or maybe the volume key.

I am enjoying this app very much and using it a lot. Thank you again, wizmer.