To reproduce, set your org-clock-into-drawer to 3 (or any number).

Then:

,----
| * Foo
|     - [ ] bar baz
`----

Clock in and out org-clock-into-drawer times, after that I get (=> the
checkbox line got into the logbook drawer):

,----
| * Foo
|    :LOGBOOK:
|    CLOCK: [2009-03-13 Fri 18:45]--[2009-03-13 Fri 18:45] =>  0:00
|    CLOCK: [2009-03-13 Fri 18:39]--[2009-03-13 Fri 18:39] =>  0:00
|    CLOCK: [2009-03-13 Fri 18:39]--[2009-03-13 Fri 18:39] =>  0:00
|    - [ ] bar baz
|    :END:
`----

The bug is in org-clock-find-position, I commented out these lines:

;       (if (and (>= (org-get-indentation) ind-last)
;                (org-at-item-p))
;           (org-end-of-item))

Now it works, but maybe this breaks other stuff, so please Carsten take
a look at this, thanks!

-- 
Richard


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to