emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org google weather


From: Michael Markert
Subject: Re: [O] org google weather
Date: Sat, 05 Mar 2011 16:15:22 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO)

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

[Prev in Thread] Current Thread [Next in Thread]