How can I keep my .org files up to date across several computers, perhaps across multiple platforms(linux/windows)?
I could keep all the .org files in git for example, but that would require me to remember to pull and push to keep the repo updated. Could work with a few scripts to automatically handle the files, as I don't have that many.
I could try using dropbox for this as well. I'd assume dropbox syncs the files often enough to not cause problems.
Does org-mode offer any functionality to help with synchronizing the files across multiple locations?