girzel / gnorb

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

Where is gnorb-tracking-initialize? #12

Closed brabalan closed 9 years ago

brabalan commented 10 years ago

I'm switching to the elpa version of gnorb and decided to follow the manual for the installation. Unfortunately this step does not work:

then call `gnorb-tracking-initialize’ in your init files

I added this call in my gnus init file, after the registry is initialized, but the function is undefined. Is there something to "require"?

girzel commented 10 years ago

Whoops, I forgot an autoload -- quite an error! For now you'll need a (require 'gnorb) to make that work, but I'll fix this in the next Elpa release, which should be later this week.

On 10/15/14 07:55 AM, Alan Schmitt wrote:

I'm switching to the elpa version of gnorb and decided to follow the manual for the installation. Unfortunately this step does not work:

then call `gnorb-tracking-initialize’ in your init files

I added this call in my gnus init file, after the registry is initialized, but the function is undefined. Is there something to "require"?

Reply to this email directly or view it on GitHub.*

totherme commented 9 years ago

Is this fixed as of commit 321b23b ?

If so, then maybe I should have written most of https://github.com/girzel/gnorb/issues/17 here :S

girzel commented 9 years ago

No, this issue should be fixed by ad1538d