Thanks that worked, as I said Noob, somethings get the quote and some don't.  Now if I can just get org-contacts to load correctly, void variable value, life will be great.  I think I am starting to get the hang of this language.
Matthew

On Sat, Mar 5, 2011 at 9:23 AM, Nick Dokos <nicholas.dokos@hp.com> wrote:
Matthew Sauer <improv.philosophy@gmail.com> wrote:

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

That should be

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

without a quote.

Nick