orgzly / orgzly-android

Outliner for taking notes and managing to-do lists
https://www.orgzly.com
GNU General Public License v3.0
2.7k stars 306 forks source link

Support custom state #479

Open goodevilgenius opened 5 years ago

goodevilgenius commented 5 years ago

If I set custom todo keywords in a file in Emacs, these are not respected in Orgzly.

E.g., Suppose I have an org-mode file like this:

#+TODO: TODO IN-PROGRESS DONE

* IN-PROGRESS Do the thing

In Orgzly, I would expect this task to show the title as "Do the thing", and the State as "IN-PROGRESS".

Additionally, when I tap on "State", the radio selector should include "TODO", "IN-PROGRESS", and "DONE"

Instead, the task shows the title as "IN-PROGRESS Do the thing", with no state. And when I tap on "State", the selector still says "TODO", "NEXT", and "DONE".

nevenz commented 5 years ago

You have to configure that manually and it's currently global (applied to all notebooks). It's done in Settings / Notes & Notebooks / States.

But parsing #+TODO and keeping keywords per-notebook is needed.

vanangamudi commented 3 months ago

I really need this feature. I am new to kotlin and java but I can learn quickly. If anyone can mentor me on this, I'd like to contribute.