-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with (require 'org-toodledo) #42
Comments
FWIW, I saw this too. Uninstalled the org-toodledo package (using melpa), reinstalled it, worked. |
No luck with that, alas. Tried uninstalling everything (org/org-toodledo) and reinstalling all from the same repo, as well. No change. On Fri, Aug 29, 2014 at 6:28 PM, Jim Kalafut [email protected]
|
Can anyone chime in with a known-good (org,org-toodledo) version tuplet? Thanks. |
If I manually define org-toofledo-fields in my .emacs (just cut and paste from org-toodledo.el, I get a successful startup, but then an error when I try to sync): Symbol's function definition is void: org-toodledo-task-title Is this a problem that org-toodledo.el isn't being loaded properly (is that even possible)? |
In an effort to reduce warnings on load, I made org-toodledo-fields a constant that is evaluated at compile time using Try this:
Let me know if that works for you. |
That didn't help, alas. I put the entire eval-when-compile block into my .emacs, and things load, On Wed, Sep 3, 2014 at 9:08 PM, Christopher J. White <
|
Hmm - did you leave "eval-when-compile" in there? I would say drop the (org-toodledo-make-lookup-function "context") As that is the line that creates the function On 9/4/14, 9:19 AM, Graham Dunn wrote:
|
I've added that line, however moving it after (require 'org-toodledo) I've edited org-toodledo.el and commented out the eval-when-compile part Strange though. On Thu, Sep 4, 2014 at 9:22 AM, Christopher J. White <
|
Arg, right. I may have just drop that eval-when-compile and refactor On 9/4/14, 9:43 AM, Graham Dunn wrote:
|
Thanks for developing this, btw, I use it extensively. On Thu, Sep 4, 2014 at 10:50 AM, Christopher J. White <
|
Chris, What's the roadmap for org-toodledo (if any)? Are you going to get it into On Thu, Sep 4, 2014 at 7:52 AM, Graham Dunn [email protected]
David Masterson |
I am having exactly the same problem, with The discussion above which helped inuse is a bit convoluted, I did not succeed with following his fix. I suppose it will take some time to address this issue, meanwhile any clear instruction about temp fix for this would help. |
inuse's fix (commenting out lines 600 and 640), recompiling, adding |
emacs 24.3.1 on ubuntu
org-toodledo: Version: 20140331.606
org: Version: 20140825
both from melpa, toodledo sync was working very well until I foolishly upgraded org and org-toodledo
This is the error on startup, doesn't complete the load. Any ideas?
The text was updated successfully, but these errors were encountered: