girzel / gnorb

Glue code between the Org, Gnus, and BBDB packages for Emacs.
32 stars 4 forks source link

Docs tweak: add (require 'gnorb-utils) #16

Closed totherme closed 9 years ago

totherme commented 9 years ago

In the current elpa version (version 1), if you haven't done (require 'gnorb-utils) before (gnorb-tracking-initialize), then (gnorb-tracking-initialize) fails. Added a hint to this effect in the "Setup" chapter of the manual.

girzel commented 9 years ago

Thanks for the report! The actual problem here is that I've set up the autoloads incorrectly: if you've installed via Elpa, no requires should be necessary. I was going to leave the fix until the next Elpa bug fix version, but that's taking longer than I anticipated, so I'll just do another very minor push for this issue specifically.

totherme commented 9 years ago

Oh cool thanks!

I've been having other issues, which sound like they may stem from the same place. I'll have a play with the github version in the meantime.

girzel commented 9 years ago

Please do report other issues! The registry-based tracking stuff is only just maturing, and it would be great to get feedback.