Hey everyone, I've updated org to 8.2.5 (by checking out the release_8.2.5 tag) from 7.9.4. After updating remote and checking out the mentioned branch, I ran "make" and then "make install". However, when starting Emacs, I get the following error: Symbol's function definition is void: org-babel-load-file I use this function in several places since I follow literate programming approach to writing el config files. Here's the full backtrace: Debugger entered--Lisp error: (void-function org-babel-load-file) org-babel-load-file("/Users/user/.emacs.d/myuser.org") mapc(org-babel-load-file ("/Users/user/.emacs.d/myuser.org" "/Users/user/.emacs.d/readme.org")) eval-buffer(# nil "/Users/user/.emacs.d/init.el" nil t) ; Reading at buffer position 1440 load-with-code-conversion("/Users/user/.emacs.d/init.el" "/Users/user/.emacs.d/init.el" t t) load("/Users/fuser/.emacs.d/init" t t) #[nil "^H\205\276^@ \306=\203^Q^@\307^H\310Q\202A^@ \311=\2033^@\312\307\313\314#\203#^@\315\202A^@\312\307\313\316#\203/^@\317\202A^@\315\202A^@ \320=\203=^@\321\202A^@\307^H\322Q^Z\323^S\324\n\323\211#\210^K\323=\203i^@\325\326\327\307^H\330Q!\"^\\324\f\323\211$ command-line() normal-top-level() Does anyone know what could be happening here? Thanks, -- Marcelo