I've got a couple dozen org files that I'd like to have loaded at once. They're in a directory structure something like this:
org/dev
org/dev/python.org
org/dev/emacs.org
...
org/dev/ios
org/dev/ios/swift.org
...
org/dev/android
org/dev/android/android.org
org/ergo
org/ergo/programming_by_voice.org
...
What's the best way to load all these files at once so that I can have the buffers in memory when I'm working on my notes? It's nice to be able to type C-x b and have my buffers listed for autocomplete with ido, rather than navigating the directory tree.