From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: org-indent-mode corrupted most of a big org file Date: Mon, 02 Dec 2013 20:11:33 +0100 Message-ID: <87r49vnk4a.fsf@yahoo.fr> References: <8738mb2rhq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnYtv-0000KK-AA for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 14:11:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnYto-0000Fy-0w for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 14:11:23 -0500 Received: from mxin.ulb.ac.be ([164.15.128.112]:62674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnYtn-0000Fs-Rj for emacs-orgmode@gnu.org; Mon, 02 Dec 2013 14:11:15 -0500 In-Reply-To: <8738mb2rhq.fsf@gmail.com> (Alexander Baier's message of "Mon, 02 Dec 2013 16:37:53 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: emacs-orgmode@gnu.org Alexander Baier writes: > (setq backup-by-copying t ; don't use symlinks Thanks for sharing your setup, I think I'll use a similar one. Just a comment though on the above line : that comment is misleading because emacs is not going to make a backup by making a symlink anyway. (the full story is in the docstring.) Nico.