From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: =C-c '= isn't working to visit setupfile; bug? Date: Mon, 14 Jan 2013 19:59:25 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuvoG-0005cS-Jy for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 20:59:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuvoF-0002WQ-Ot for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 20:59:28 -0500 Received: from mail-ob0-f182.google.com ([209.85.214.182]:51909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuvoF-0002WH-Jv for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 20:59:27 -0500 Received: by mail-ob0-f182.google.com with SMTP id 16so4539747obc.27 for ; Mon, 14 Jan 2013 17:59:26 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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