From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Subject: Empty lines are added below heading when task is repeated and org-indent-mode is on Date: Sat, 15 May 2010 06:57:01 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=40968 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODBJF-0005JU-Lt for emacs-orgmode@gnu.org; Sat, 15 May 2010 02:57:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODBJD-00016i-1v for emacs-orgmode@gnu.org; Sat, 15 May 2010 02:57:17 -0400 Received: from lo.gmane.org ([80.91.229.12]:52919) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODBJC-00016F-Kb for emacs-orgmode@gnu.org; Sat, 15 May 2010 02:57:14 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1ODBJ8-00040V-QQ for emacs-orgmode@gnu.org; Sat, 15 May 2010 08:57:10 +0200 Received: from 94-21-240-116.pool.digikabel.hu ([94.21.240.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 May 2010 08:57:10 +0200 Received: from levelhalom by 94-21-240-116.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 May 2010 08:57:10 +0200 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: emacs-orgmode@gnu.org 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.