lmartel / emacs-asana

Quickly create, view and bulk-update Asana tasks within Emacs.
GNU General Public License v3.0
52 stars 12 forks source link

I get an error when I open emacs #9

Closed patrixd closed 6 years ago

patrixd commented 6 years ago

I'm new in emacs.

I have tried to compile asana.el, but I get the following error:

Warning (initialization): An error occurred while loading ‘/Users/patrimun/.emacs.d/init.el’:
Symbol's function definition is void: global-asana-mode

Would you please tell me how to install the package? It does not appear in the list of packages and I think I'm doing something wrong.

lmartel commented 6 years ago

Thanks for the report! It looks like this is only a warning, so you should be able to ignore it and still use the package without issues. I get lots of those warnings from various packages.

I believe the way to silence that warning is to add an autoload; I'll look into it when I next update the code.

patrixd commented 6 years ago

Thank you for answering so quickly!