I can no longer =C-c '= to visit the file listed in #+setupfile: I get "No special environment to edit here" in the mini-buffer.
M-x org-version: Org-mode version 7.9.3a (release_7.9.3a-803-gf8f548 Just to be sure, I loaded emacs with =emacs -q= followed by =M-x load-file=, and used the following minimal config: #+begin_src minimal.emacs (add-to-list 'load-path "~/.elisp/site-lisp/") (add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/") (add-to-list 'load-path "~/.elisp/org.git/lisp/") #+end_src Same result. Can anyone else reproduce? John