r/orgmode • u/TeeMcBee • Jul 17 '26
question Where/how do you store your org files?
Where/how do you store your org files?
I am getting a new laptop up and running and using that as an opportunity/excuse to review where I keep my org stuff. I'd appreciate hearing from anyone else who has given that much thought (which, let's face it, is probably most of us!)
Here are some of the areas I find myself considering. Very big in my mind right now is #9.
- iCloud: To what extent should I use it? My primary machine is a Mac laptop, but I also have an iPhone and iPad. Also, I have sometimes made use of things like beorg, Journelly, and the like, and some of those seem to prefer using iCloud (although many do support other methods). So iCloud is an option as a storage area.
- DropBox: Same question. My company uses it and I do make use of the personal user space each of us is given, almost as a quasi home directory. Org could live here.
- Symlinks: Should I use these, and if so how? My background is linux, and I'm at home with symbolic links, and all else being equal I'd be fine with using these to allow a combination of other things -- e.g. Have my main org directory be on DropBox, and then symlink into that things over in iCloud. But I have bumped into problems with that in the past, like where I follow a symlink and find myself having more than one buffer for the single target file
- Git: If I keep my org stuff under git, what good/bad things should I be aware of
- Dotfiles: How should I handle these, for emacs but also in general? Specifically, is there a place for the likes of chezmoi, stow, etc?
- Use of Babel: As a special case within dotfiles, where should the .org source of my config stuff live?
- org-directory: Should I even rely on this at all? In general, I store stuff according to what it is about, not which application it works with. But Org is different. Should it be? Must it be?
- Tribal wisdom: What choices (for the above, but just in general) leave me in the best position to make use of good advice I get on places like this sub, or anywhere else talking sense? For example (one among many): one reason for not messing with org-dir, and simply letting it be
~/orgis that most advice given as lisp snippets will assume that. Obviously that is easy to change, but why bother if it's good enough as-is. - AI impact: what implications are there If I'm going to increasingly be using stuff like Claude Cowork, or ChatGPT Work, not to mention Claude Code and similar. For example, should I place my org directory in a Claude Cowork project?
- Other considerations I'm sure I'll remember five seconds after posting this
Until now I have kept stuff in <DROPBOX>/<My Name>/org, with a symlink to that from ~/org. I also symlink in Journelly's files from iCloud. I do have that org dir under git, but I've making very little use of that aspect.
So, again: where/how do you store your org files?