orgzly-android icon indicating copy to clipboard operation
orgzly-android copied to clipboard

Support custom state

Open goodevilgenius opened this issue 6 years ago • 2 comments

  • [x] I have searched for existing issues that may be the same as or related to mine.

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".

goodevilgenius avatar Mar 06 '19 14:03 goodevilgenius

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.

nevenz avatar Mar 06 '19 15:03 nevenz

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.

vanangamudi avatar Jul 22 '24 15:07 vanangamudi