Fix empty-line problem after repeating entry
commitd180631686d3d200eec01f8b459f0437177d5b40
authorCarsten Dominik <carsten.dominik@gmail.com>
Wed, 19 May 2010 16:03:50 +0000 (19 18:03 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 19 May 2010 16:03:50 +0000 (19 18:03 +0200)
treea024ff61799492a2e463e42eb2b2a495c99b90d8
parent3cb349c039c589862c93cf3d86dc9a6cccb80d03
Fix empty-line problem after repeating entry

Tom writes:

> 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.
lisp/ChangeLog
lisp/org.el