Daniel Clemente writes:
commitf993ecd67d7fc5be4b688857fe3be0bf3aaa11f1
authorCarsten Dominik <carsten.dominik@gmail.com>
Wed, 11 Feb 2009 14:01:13 +0000 (11 15:01 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 11 Feb 2009 14:01:13 +0000 (11 15:01 +0100)
tree01ea0c8b50b6aa932fb88d483293810a103621d0
parent621bafc1b5a39f6fb3b924ccde15e4dfd1b5c449
Daniel Clemente writes:

      Consider a file with 2 lines:

     ------------------
     **** heading

     ------------------

      Place the cursor at line 2 (where you can type). Then use C-c C-x C-i
      to start a clock.

      You have now 3 lines:

     ------------------
     **** heading
         CLOCK: [2009-02-07 sáb 01:06]

     ------------------

      However, the cursor is still placed at line 2, like before. I think
      it would be more useful if it were moved to line 3 so that you can
      start writing right away, just as before.  This saves you the C-n
      needed to move again to a blank line.

This commit implements exactly this request.
lisp/ChangeLog
lisp/org-clock.el