Lee Hinman writes: > Hi Org-ML, > > I'm trying to resolve an issue similar to the one here: > http://lists.gnu.org/archive/html/emacs-orgmode/2015-08/msg01195.html > > Where I cannot export a file with a #+TITLE in it with the latest > org-mode release.
To follow-up on this, this was due to having in my init.el: (setq package-enable-at-startup nil) Which meant that packages were not initialized at the beginning of my configuration, only at the end. Removing this line has fixed my issue. -- ;; Lee