From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: moving subtree breaks line space Date: Thu, 22 Nov 2012 13:00:38 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbc0z-0000eh-QR for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 14:00:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tbc0u-0003mx-1z for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 14:00:45 -0500 Received: from mail-ie0-f169.google.com ([209.85.223.169]:64714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tbc0t-0003mO-TP for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 14:00:39 -0500 Received: by mail-ie0-f169.google.com with SMTP id 10so15175089ied.0 for ; Thu, 22 Nov 2012 11:00:38 -0800 (PST) In-Reply-To: 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: philippe roudot Cc: emacs-orgmode@gnu.org 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 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 ?