To keep stuff in sync between beorg and my desktop, I have symlinked the org file from icloud to my home dir:
$ cd ~
$ ln -s ~/Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org .
I have a few questions:
$ mkdir ~/org # make an org dir at home
$ cd ~/Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/
$ mv org/* ~/org/
$ rm -rf ./org
$ ln -s ~/org .
What’s the best practice here?
I think we’ve discussed this in a ticket. On the back of this I’ve just created a new FAQ for people who want to use iCloud and symlinks. See https://beorgapp.com/support/icloudsymlinks/