christopherjwhite / org-toodledo

Emacs enhancement for syncing org-mode tasks with Toodledlo
83 stars 16 forks source link

clock-in with prefix starts org-toodledo-initialize on intialized file #16

Closed steckerhalter closed 11 years ago

steckerhalter commented 11 years ago

from the org manual:

C-c C-x C-i org-clock-in

When called with a C-u prefix argument, select the task from a list of
recently clocked tasks.

When I do this org-toodledo-initialize is called and asks me for the "Default heading for Toodledo tasks" even though Toodledo is initialized already.

Am I misunderstanding something here?

christopherjwhite commented 11 years ago

I can't reproduce this in my setup (org 7.8.03 on Emacs 24.3.1). What version of org and emacs are you running?

Can you try and get a backtrace?

M-x debug-on-entry org-toodledo-initialize

This should give you trace of why it's getting there.

steckerhalter commented 11 years ago

Oh, debug-on-entry is pretty cool. Didn't know that. Anyway. I can't reproduce it either now. I'll close the report. Thanks.

steckerhalter commented 11 years ago

Looks like you have to close it then :)

christopherjwhite commented 11 years ago

Sounds good, let me know if it crops up again.