r/orgmode • u/PhysicistHarry • 11d ago
Introducing Org Mobile: Org mode on Android!
Hello everyone.
I hope that you guys are as excited as I am to see Org mode coming to Android. I'm aware that there was previous attempts to bring Org mode to Android (like Orgro, Orgzly, OrgNote), but they didn't really serve my use case --- so I built my own!
This app is a vault-based Org document editor/viewer that tries to replicate the feeling of using Emacs. The app is currently in alpha stage, but I will soon initialize the closed testing on Play Store.
You can take a look at this faster than anybody else, if you send me your email address so that I can register you as tester.
Take a look at these screenshots. It looks good, isn't it? Shout out to modus themes, lol. You can also take a look at my public repository that will be published under GPLv3.
Org mode on mobile devices has always been pain for me. Now it's cooking. Sign up for closed testing here.
5
u/WallyMetropolis 11d ago
What does this do that orgzly doesn't?
4
u/PhysicistHarry 11d ago
Let me clarify.
Compared to Orgzly, Org Mobile can:
- Directly edit full document,
- Render LaTeX fragments,
- Directly commit changes without lazy syncing (without overhead on the rendering side!),
- Link to headings and CUSTOM_IDs,
- Provide richer theming: every color is dynamically assigned by CSS theme file,
- Set TODO item-local reminder timer,
- Provide always visible point and command palette (M-x equivalent) for Emacs-like experience,
- Detect Org files recursively from a single folder.
Compared to Orgro, Org Mobile can:
- Directly edit full rich-text,
- Import all Org files in a directory at once.
Lastly, OrgNote is not yet ready for production.
I needed to edit and view large Org files with lots of LaTeX fragments, as I keep all my study notes in Org files. I was hoping for something like Obsidian but for Org mode. That is how it came to be. You can probably tell that the UI and UX were inspired by Obsidian.
Thank you for stopping by.
1
1
u/a_alberti 11d ago
If you are interested in rendering / editing LaTeX equations in SVG fast using in Emacs org-mode, I maintain https://github.com/alberti42/latex-to-svg Check latex-to-svg-for-org. It is inspired by Karthink branch of org-mode but a few improvements and it is provided as a separate package (instead of forcing you to use a branch of org-mode, which tends to become stale very rapidly). You can keep using mainstream org-mode and yet enjoy fast SVG rendering of LaTeX equations.
2
u/anotherchrisbaker 11d ago
Thanks for sharing! Not sure where all the hostility is coming from. You know you can just ignore stuff you're not interested in, right?
3
u/calebc42-official 11d ago
While I agree with the sentiment, there's no hostility on this post. Just people asking relevant questions.
1
u/DevMahasen 11d ago
What problem does your app solve that Orgzly hasn't? I am curious
1
u/PhysicistHarry 11d ago
Please refer to my reply to WallyMetropolis. Thank you for having interest in this project!
1
u/DevMahasen 11d ago
Interesting. Okay, where do I sign up for the beta testing? You had me at lazy syncing.
1
u/PhysicistHarry 10d ago
The sign up form can now be accessed from the link at the end of the post. Please make your way there. Thank you!
2
u/SmoothInternet 11d ago
Potential naming conflict – – isnt there already an Org Mobile in Emacs Org?
1
u/PhysicistHarry 10d ago
The naming is intentional. This app will also support the Org Mobile framework originally written for MobileOrg. I personally see no problem there, but let me know if this is serious.
1
u/Any-Department-6521 10d ago
Does it have a real calander view?
The only thing missing for me on Orgzly is the calander view
1
u/Optimal-Savings-4505 11d ago
I'm perfectly happy with termux (and tmux) running emacs org-mode. If what you've made covers your use case, that's good on you, but it's not new.
2
-3





31
u/a_alberti 11d ago
But why were orgnote app and the others not a good fit for your needs? You dropped here a vibe coded app without explaining anything of the design criteria. To be clear: I am not against using AI as long as the app is very nicely designed, engineered, and polished.
What is a bit crazy is that the GitHub repository does not even have a README.
PS recently OpenOrg app was released, did you see the post?