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
<philippe.covoitur...@gmail.com> 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