Bugfix: Fix indentation problems
commit76ac6dce68477acbea822c94152633e222c269ef
authorCarsten Dominik <carsten.dominik@gmail.com>
Sat, 21 Mar 2009 12:17:53 +0000 (21 13:17 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sat, 21 Mar 2009 17:24:51 +0000 (21 18:24 +0100)
treeee26461da9497ba1c6351c0798d1484964d5d890
parent4f70034a9441cb67c9e7aa8d17ed9967dc52442e
Bugfix: Fix indentation problems

David Maus writes:

>  When I start to clock a headline (C-c C-x C-i) that does not have a
>  LOGBOOK drawer orgmode inserts one but removes the indentation of the
>  first line below the headline:
>
>  Example:
>
>  * TODO Do something
>   Do this, do that etc.
>
>  after C-c C-x C-i becomes
>
>  * TODO Do something
>   :LOGBOOK:
>   CLOCK: [2009-03-20 Fr 19:03]--[2009-03-20 Fr 19:03] =>  0:00
>   :END:
>  Do this, do that etc.

Fixed with this commit, a patch written by Peter Jones.
lisp/ChangeLog
lisp/org-clock.el