From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: Error using C-' (org-edit-special) to edit code block [8.2.10 (release_8.2.10 )] Date: Sun, 19 Jun 2016 12:41:59 -0400 Message-ID: <87shw9t9k8.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEfnZ-0001ea-9w for emacs-orgmode@gnu.org; Sun, 19 Jun 2016 12:42:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEfnV-0005Fk-9l for emacs-orgmode@gnu.org; Sun, 19 Jun 2016 12:42:13 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:57855 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEfnV-0005FO-5c for emacs-orgmode@gnu.org; Sun, 19 Jun 2016 12:42:09 -0400 In-Reply-To: (Dmitri Brengauz's message of "Wed, 8 Jun 2016 20:29:35 -0600") 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" To: Dmitri Brengauz Cc: emacs-orgmode@gnu.org Hello, Dmitri Brengauz writes: [...] > * What did you expect to happen? > I expected to be able to edit the source, then insert it into org-mode > file with another invocation of C-' > > * What happened instead? > - The buffer appears, but an error is generated. > - C-x C-s prompts for a filename to save buffer in instead of > inserting it into org file. > - C-c ' is undefined, so it will not let me close the edit buffer and > go back to the file. [...] > Package: Org-mode version 8.2.10 (release_8.2.10 @ > $HOME/usr/share/emacs/25.1.50/lisp/org/) I cannot trigger the issue with Org 8.3.4. I was able to enter in and out of the source blocks below with C-'. #+BEGIN_SRC elisp (message "ok") #+END_SRC #+BEGIN_SRC text adsfasdf #+END_SRC Please try upgrading to a newer version of Org. -- Kyle