From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Scharff Subject: problems with org-edit-special and python (2nd try to post) Date: Tue, 19 Jul 2011 12:37:24 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj7ij-0005mi-O6 for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 06:40:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qj7ih-0007d3-9z for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 06:40:09 -0400 Received: from lo.gmane.org ([80.91.229.12]:59985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj7ig-0007cP-Tt for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 06:40:07 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qj7if-0005Ew-AL for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 12:40:05 +0200 Received: from p5ddfcfd9.dip.t-dialin.net ([93.223.207.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jul 2011 12:40:05 +0200 Received: from dirk.scharff by p5ddfcfd9.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jul 2011 12:40:05 +0200 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@gnu.org Hey, I tried to post this yesterday and it doesn't seem like it worked by now (I didn't see it showing up on the news interface). I'm sorry if this ends up being a double post! Hi all! I'm fairly new to emacs (and org-mode :)), so I'm sorry in advance for eventually missing something completely obvious. While I kind of expect my problem to be something with my emacs setup it does only happen with org-mode so I'm posting it here. My test file (for learning purposes) contains the following (empty) code-block: #+source : the_beginning #+begin_src python #+end_src When I try to run org-edit-special (C-c ') in the python source block an empty buffer is opened as expected. My mini-buffer states the following: "Language mode 'python-mode' fails with: "Invalid file-name". Trying to call python-mode manually in the new buffer doesn't work. (It works fine in other buffers). I can't leave the new buffer by using C-c' again. I tried the same with a latex code block and it worked without problems. I'm quite satisfied with my emacs python setup, which seems to run perfectly fine on its own. I have to admit I don't even know where to start for resolving this. Can someone point me in the right direction? best regards, Dirk