christopherjwhite / org-toodledo

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

missing require #2

Closed jefftemplon closed 12 years ago

jefftemplon commented 12 years ago

Hi,

I got errors that the function 'aput' was unknown. I solved this by adding the line (require 'assoc) below:

(require 'http-post-simple) (require 'url) (require 'url-http) (require 'assoc) ;; ;; User customizable variables ;;

JT

christopherjwhite commented 12 years ago

Heh -- good one, I must have so many other lisp files loaded before this one that I never hit it. Thanks, I'll put this in a quick patch!

...cj

On Wed, 2 Nov 2011 08:01:18 -0700 jefftemplon reply@reply.github.com wrote:

Hi,

I got errors that the function 'aput' was unknown. I solved this by adding the line (require 'assoc) below:

(require 'http-post-simple) (require 'url) (require 'url-http) (require 'assoc) ;; ;; User customizable variables ;;

JT