all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rainer Stengele <rainer.stengele@online.de>
To: emacs-orgmode@gnu.org
Subject: Re: org-indent-mode corrupted most of a big org file
Date: Thu, 12 Dec 2013 15:48:36 +0100	[thread overview]
Message-ID: <52A9CCC4.2000309@online.de> (raw)
In-Reply-To: <l7hqfb$ta5$1@ger.gmane.org>

Am 02.12.2013 12:21, schrieb Rainer Stengele:
> All,
> 
> last week I played around with org-indent-mode in my biggest (37.000 lines) org file.
> 3 days later I detected that most of the file was corrupted.
> WHy so late? Using the agenda I only saw the todos and did not recognise the corrupted structures.
> Most "*" items had been placed at the beginning of the line and therefore now became headlines.
> I do not know how this happened. I am not sure if I myself was the reason somehow.
> Anyway I had to spend a fair amount of work to get the old file format from
> subversion and insert the changes since the corruption.
> 
> This is just a warning to have backups at hand before changing to org-indent mode.
> Then immediately and check often the contents of the file until you are sure all is running well.
> 
> Maybe someone has an idea.
> 
> I will try to convert again later but then be much more careful.
> 
> Rainer
> 
> 
> 
Hi,

I believe I found the function that "corrupted" most of my buffer.
Trying to convert the indented org contents to unindented I "discovered" that
delete-whitespace-rectangle did a nice job.

Imagine you see something like this, cursor at ^.

*** headline0
     CLOCK: [2013-10-11 Fr 16:45]--[2013-10-11 Fr 17:00] =>  0:15
^    CLOCK: [2013-10-01 Di 14:30]--[2013-10-01 Di 23:00] =>  8:30
     CLOCK: [2013-10-01 Di 09:45]--[2013-10-01 Di 10:15] =>  0:30
     CLOCK: [2013-09-30 Mo 13:30]--[2013-09-30 Mo 17:00] =>  3:30
**** headline1
**** headline2

calling delete-whitespace-rectangle results in:

*** headline0
CLOCK: [2013-10-11 Fr 16:45]--[2013-10-11 Fr 17:00] =>  0:15
CLOCK: [2013-10-01 Di 14:30]--[2013-10-01 Di 23:00] =>  8:30
CLOCK: [2013-10-01 Di 09:45]--[2013-10-01 Di 10:15] =>  0:30
CLOCK: [2013-09-30 Mo 13:30]--[2013-09-30 Mo 17:00] =>  3:30
**** headline1
**** headline2

Looks good.
Cycling headline2 shows, that all item lists which began
with "*" are now at the beginning of the line and therefore became headlines level 1!
That of course is only visible after cycling.
The mistake is maybe using the wrong rectangle, but anyway it
changes the invisible buffer contents.

Rainer

      parent reply	other threads:[~2013-12-12 14:48 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-02 11:21 org-indent-mode corrupted most of a big org file Rainer Stengele
2013-12-02 11:31 ` Sebastien Vauban
2013-12-02 12:06   ` Carsten Dominik
2013-12-02 15:37 ` Alexander Baier
2013-12-02 19:11   ` Nicolas Richard
2013-12-03  8:33   ` Johann Spies
2013-12-03 12:58     ` Alexander Baier
2013-12-03 17:23       ` Johann Spies
2013-12-03 17:37         ` Alexander Baier
2013-12-03 17:43         ` Nick Dokos
2013-12-03 17:53           ` Alexander Baier
2013-12-03 18:30             ` Nick Dokos
2013-12-03 19:29               ` Sebastien Vauban
2013-12-04  9:43               ` Alexander Baier
2013-12-03 18:15         ` org-indent-mode corrupted most of a big org file (solved backups) Johann Spies
2013-12-06 14:41       ` org-indent-mode corrupted most of a big org file Johann Spies
2013-12-07 10:48         ` Alexander Baier
2013-12-04  8:25 ` Nicolas Goaziou
2013-12-04 11:26   ` Rainer Stengele
2013-12-04 13:16     ` Nicolas Goaziou
2013-12-12 14:48 ` Rainer Stengele [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A9CCC4.2000309@online.de \
    --to=rainer.stengele@online.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.