On 5 Mar 2011, Matthew Sauer wrote:
> I should just need to use the code in my dot emacs
> '(require 'google-weather)
> '(require 'org-google-weather)
> for it to work but that doesn't seem to do the trick, maybe i need to
> look in the code in those .el files.

You should omit the leading '. With it the lines are equivalent to

(list 'require 'google-weather)
(list 'require 'org-google-weather)

Michael

Reply via email to