From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Saving org-capture buffer while writing it Date: Tue, 21 Feb 2017 11:59:18 +0000 Message-ID: <20170221115840.GB12346@chromebook.bantercat.co.uk> References: <871sutrm7v.fsf@gmail.com> <8760k4zhct.fsf@gmail.com> Reply-To: lists@wilkesley.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cg96i-0000t1-E3 for emacs-orgmode@gnu.org; Tue, 21 Feb 2017 06:59:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cg96f-0005y5-Dp for emacs-orgmode@gnu.org; Tue, 21 Feb 2017 06:59:48 -0500 Received: from mail2.wilkesley.net ([176.58.110.121]:33066 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cg96f-0005xm-84 for emacs-orgmode@gnu.org; Tue, 21 Feb 2017 06:59:45 -0500 Received: from chromebook.bantercat.co.uk (unknown [46.33.134.31]) (Authenticated sender: ian@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 3E631DC6C3 for ; Tue, 21 Feb 2017 11:59:44 +0000 (UTC) Content-Disposition: inline In-Reply-To: <8760k4zhct.fsf@gmail.com> 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: emacs-orgmode@gnu.org > > Hi, > > > > Sometimes when I am taking notes, I end up spending a lot of time in a > > capture buffer. If I happen to switch to something else, I end up > > loosing the capture buffer. I probably just kill the buffer > > accidentally, or do `C-c C-k'. > > > > Is there a way I can take backups of the buffer to a file? > > I usually just save it (C-c s) and it is saved to where it would be > saved anyway when I eventually do C-c C-c. > > Myles > If I am going to leave a capture buffer open for a long time I just do C-u C-c C-c, which saves the capture buffer and then switches to the buffer where it's saved where you can continue entering text. Ian.