Anyone out there using #Syncthing on iOS to sync with Linux?
Specifically looking for a workflow with #emacs and #orgmode to sync from mobile to Linux. I'm trying to use #beorg(@appsonthemove) but I'm getting all kinds of weird sync conflicts that I wasn't getting on Android. 😔
@birv2 what @publicvoit said about pandoc!
also most other platforms have programs (that may or may not be good) that read Org and do stuff
on ios, I use our very own @xenodium ’s, fantastic #PlainOrg app (he also has others here, https://apps.apple.com/us/developer/xenodium-ltd/id304568690)
am also a happy #Beorg user
After losing some edits of #orgmode files in between #Beorg and #Emacs, tonight I have added a save-on-focus-lost to Emacs:
```(add-hook 'focus-out-hook ‘org-save-all-org-buffers)```
The simplicity to accomplish this result is incredible. Similar things can be accomplished in #vim too.
Modern editors have to expose configuration flags for such features. Which are indeed easier to use if present, but less configurable and less composable.
It’s been about 3 weeks since I’ve took my tasks from Workflowy to Org in #Emacs.
It took me quite a bit of tweaking to get it as simple as I like it.
This is not my first experience with #orgmode and the learning curve is pretty steep.
For my usage the results are pretty good so far. The iPhone app #Beorg is a must have to make it work.