From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Empty lines are added below heading when task is repeated and org-indent-mode is on Date: Wed, 19 May 2010 18:04:06 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50358 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEm3k-0008No-AQ for emacs-orgmode@gnu.org; Wed, 19 May 2010 12:23:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEm3i-0000Ae-Op for emacs-orgmode@gnu.org; Wed, 19 May 2010 12:23:52 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:61877) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEm3i-00007s-0D for emacs-orgmode@gnu.org; Wed, 19 May 2010 12:23:50 -0400 Received: by mail-ew0-f216.google.com with SMTP id 8so2149481ewy.8 for ; Wed, 19 May 2010 09:23:49 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tom Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On May 15, 2010, at 8:57 AM, Tom wrote: > Using the latest version (6.36) if I have a heading like this: > > > ** TODO test task > stuff > SCHEDULED: <2010-05-15 Sat 07:35 +1d> > > > Then an empty line is inserted below the heading (before "stuff") if > org-indent-mode is on and logging is set like this: > > > (setq org-log-repeat nil) > (setq org-log-done 'time) > > > > I tested it with a clean config using only the settings above. > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten