From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: save-some-buffers saves org-edit-special buffers to separate files [9.0.4 (9.0.4-elpa @ /home/thblt/.emacs.d/elpa25/org-20170124/)] Date: Fri, 17 Feb 2017 22:33:32 +0100 Message-ID: <8760k87b9v.fsf@nicolasgoaziou.fr> References: <87tw8bqrkk.fsf@thb.lt> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceq9o-0000AI-PG for emacs-orgmode@gnu.org; Fri, 17 Feb 2017 16:33:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceq9o-0003Tl-1I for emacs-orgmode@gnu.org; Fri, 17 Feb 2017 16:33:36 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:55636) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ceq9n-0003T7-Sd for emacs-orgmode@gnu.org; Fri, 17 Feb 2017 16:33:35 -0500 In-Reply-To: <87tw8bqrkk.fsf@thb.lt> (Thibault Polge's message of "Fri, 03 Feb 2017 15:25:47 +0100") 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: Thibault Polge Cc: emacs-orgmode@gnu.org Hello, Thibault Polge writes: > When calling (save-some-buffers t) while a code block is being edited > with org-edit-special, the org-edit-special buffer is saved to the disk > to a new, separate file with a name like: > > dotemacs.org[*Org Src dotemacs.org[ emacs-lisp ]*] > > I can reproduce this from emacs -Q with org 9.0.4 from org ELPA, but not > with builtin org in Emacs 25.1. > > I would expect these buffers not to be saved at all, or at least to just > be synchronized back to the .org file which in turn gets saved. Fixed. Thank you. Regards, -- Nicolas Goaziou