From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Editing src blocks: user-error: Cannot modify an area being edited in a dedicated buffer [9.1.4 (9.1.4-2-g118753-elpaplus @ /home/paul/.emacs.d/elpa/org-plus-contrib-20171211/)] Date: Mon, 18 Dec 2017 14:30:09 +0100 Message-ID: <87o9mwkvtq.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQvUk-0007qo-3i for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 08:30:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQvUj-0004EJ-C3 for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 08:30:14 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:46858) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eQvUj-0004DI-5d for emacs-orgmode@gnu.org; Mon, 18 Dec 2017 08:30:13 -0500 In-Reply-To: (Paul Davis's message of "Sun, 17 Dec 2017 19:11:25 +0000") 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: Paul Davis Cc: emacs-orgmode@gnu.org Hello, Paul Davis writes: > Using ~C-c '~ to edit a src block works as expected, but if I make > changes and use ~C-c '~ again, I get the error ~Cannot modify an area > being edited in a dedicated buffer~ I need more information. Where do you make changes? In the newly created buffer? Where do you call ~C-c '~? For example, I created the following buffer #+begin_src emacs-lisp (+ 1 2) #+end_src moved on the source block, used C-c '. Then, in the new buffer, I replaced 2 with 3 and pressed C-c ' again, without any error? IOW, could you provide a precise recipe demonstrating the issue? Thank you. Regards, -- Nicolas Goaziou