From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)] Date: Thu, 12 May 2016 20:00:20 -0400 Message-ID: <87eg969697.fsf@gmail.com> References: <87vb2ki8vl.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b10fg-0004AF-Et for emacs-orgmode@gnu.org; Thu, 12 May 2016 20:09:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b10ff-0001b0-5J for emacs-orgmode@gnu.org; Thu, 12 May 2016 20:09:36 -0400 Received: from mail-qg0-x241.google.com ([2607:f8b0:400d:c04::241]:34009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b10ff-0001aw-1n for emacs-orgmode@gnu.org; Thu, 12 May 2016 20:09:35 -0400 Received: by mail-qg0-x241.google.com with SMTP id e35so6825697qge.1 for ; Thu, 12 May 2016 17:09:34 -0700 (PDT) In-Reply-To: <87vb2ki8vl.fsf@saiph.selenimh> 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: Nicolas Goaziou , David Dynerman Cc: emacs-orgmode@gnu.org Hi Nicolas, 2016ko maiatzak 11an, Nicolas Goaziou-ek idatzi zuen: > I changed this in developement version. If you get any chance to test > it, Please tell me if it behaves as expected. Thank you. Is this a correct change? Previously, C-x C-s in the org-src buffer would save the underlying .org file, which was useful. AFAICS this now would not work. I also wonder whether autosave will work correctly from the org-src buffer. I think the other suggestion in this thread (to use write-region) is a better solution. -- Aaron Ecay