Bastien writes: > Hi Eric, > > Eric Schulte writes: > >> This is refactoring not bug fixing. The most important impact is that >> this will provide for simpler requires by the files implementing support >> for particular languages. Rather than having to do piecemeal requires >> of those portions of the Babel infrastructure which may be needed >> locally they can simple (require 'ob) and bring in all of the Babel >> support as a single unit. > > I agree with the simplification if it does not involved creating > ob-core.el and ob-customs.el. Merging ob.el and ob-tangle.el (and > perhaps ob-eval.el and ob-comint.el) is a good simplification option > IMHO. > This change *will* create ob-core.el, however I do think that is right and proper. Here's what the require structure of the core ob files will look like after this change.