From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: autosave in org-src buffer only works ones Date: Thu, 25 Sep 2014 11:50:14 +0100 Message-ID: References: <87fvfy9l5l.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXBgM-0000KR-Nd for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 12:14:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXBgC-00019b-Ck for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 12:14:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:42063) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXBgC-00017K-6g for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 12:14:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XX6cx-0001FL-Ci for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 12:50:23 +0200 Received: from 193.63.222.28 ([193.63.222.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 12:50:23 +0200 Received: from andreas.leha by 193.63.222.28 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 12:50:23 +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 Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Adriaan Sticker writes: > >> I've the following in my init.el >> >> (setq org-edit-src-auto-save-idle-delay 5) >> >> If I open in my org file a R code block with C-c ', edit into the opened >> org-src buffer with the ESS major mode activated and wait for 5s, I can see >> autosave kicking in and my org buffer gets updated with my new code. But >> when I keep editing it doesn't save anymore. So it only save ones after the >> first 5s when the org-src got openend and then it stops. > > This should now be fixed. Thank you for reporting it. > > Just a second 'thanks'! Andreas