christopherjwhite / org-toodledo

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

"no such file or directory" "org-toodledo-test" #32

Closed steckerhalter closed 10 years ago

steckerhalter commented 10 years ago
(file-error "Cannot open load file" "no such file or directory" "org-toodledo-test")
  require(org-toodledo-test)

latest version from MELPA can't be loaded because of this error. I tried reinstalling but that didn't help

bradyt commented 10 years ago

I had the same problem. I downloaded the file and placed it into the org-toodledo directory and it worked fine.

christopherjwhite commented 10 years ago

Yep -- seems MELPA doesn't include the test or sim files in it's package. I have removed the direct dependency and only require it if you try to run the tests.