emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] moving subtree breaks line space


From: Jason Dunsmore
Subject: Re: [O] moving subtree breaks line space
Date: Thu, 22 Nov 2012 13:00:38 -0600

Try configuring org-blank-before-new-entry.  The FAQ has some
information about it:
http://orgmode.org/worg/org-faq.html

Here's what I use:

(setq org-blank-before-new-entry '((heading . nil)
                                   (plain-list-item . nil)))

Regards,
Jason

On Wed, Nov 21, 2012 at 4:39 PM, philippe roudot
<address@hidden> wrote:
> Dear list,
>
> I orgnanize my headers with space in-between
>
> * header...
>
> ** sub header ...
>
> ** an other ...
>
> * header...
>
> * you get it...
>
>
> though when I try to move my header using M-up it mess the line doing
>
>
>
> * you get it...
> * header...
>
> ** sub header ...
>
>
> ** an other ...
>
>
> * header...
>
> Is this a normal behavior ?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]