All capture templates now go to specific olp in inbox.org and create a
datetree, working more to the GTD/zettelkasten style of inbox-ing
quickly and sorting/pruning at a later stage
Move tasks and email follow-ups into inbox.org datetree
Move email read later into reading.org
Fully configure org-agenda and org-refile-targets in the same place so
it's not overridden if reloading
Move back to separated inbox style for different types of notes
Add calendar capture template that prompts for datetime
Remove automatic datetime from email workflow, prompt at capture
Remove the headings that were used for each section, now that each
section is in a different file
Tweak org config to let org-agenda setup be where agenda files are
added to org-refile-targets list, just in case
Move python hook setting to python use-package block
Use locate-user-emacs-file for resolving paths inside
user-emacs-directory
Update my/open-init-file (was my/open-config-file) for new config structure
Contents of README.org have been split into org files in config/
directory
Added init.el to simply loop over config files and call
org-babel-load-file
Add lots to .gitignore as this repo should now be cloned to
.emacs.d (instead of .emacs as before)