From mboxrd@z Thu Jan 1 00:00:00 1970 From: PT Subject: Re: Preventing (or mitigating) accidental deletion in org-mode Date: Sun, 23 Aug 2009 12:20:02 +0000 (UTC) Message-ID: References: <4A9120DB.6030003@nickbell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfC3o-0007wk-89 for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 08:20:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfC3j-0007k9-D9 for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 08:20:35 -0400 Received: from [199.232.76.173] (port=58156 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfC3j-0007jg-58 for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 08:20:31 -0400 Received: from lo.gmane.org ([80.91.229.12]:48083) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MfC3i-0001jt-Ah for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 08:20:30 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MfC3c-0001TU-Rv for emacs-orgmode@gnu.org; Sun, 23 Aug 2009 14:20:24 +0200 Received: from dsl51B673B1.pool.t-online.hu ([81.182.115.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Aug 2009 14:20:24 +0200 Received: from spamfilteraccount by dsl51B673B1.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Aug 2009 14:20:24 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nick Bell nickbell.org> writes: > > Dear List, > > Org-mode is great and I'd like to commit to it. However, I'm held back > by the apparent fragility of data stored in org-files. For example, > it's easy to delete entire folded trees of data with just a couple of > keystrokes or a mouse click. > This shouldn't be a big problem, because you have automatic backup of your org and other files, right? Combining this with the builtin undo and setting up Emacs' own backup properly (http://www.emacswiki.org/emacs/ForceBackups) makes any recent or older version of your org files easily retrievable, so no information can be lost.