From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Markert Subject: Re: org google weather Date: Sat, 05 Mar 2011 16:15:22 +0100 Message-ID: <8762rxtx85.wl%markert.michael@googlemail.com> References: <87oc5rlwc4.wl%lists@700c.org> <4D70A577.4000509@manor-farm.org> <80k4gfnth7.fsf@somewhere.org> <4D70CCB6.5080101@manor-farm.org> <8736.1299256681@alphaville.dokosmarshall.org> <4427.1299270361@alphaville.usa.hp.com> <8739n1j2ec.fsf@gnu.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=55831 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvtCo-0004cV-MB for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 10:15:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvtCm-0002zr-UQ for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 10:15:42 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:41067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvtCm-0002z4-P4 for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 10:15:40 -0500 Received: by fxm5 with SMTP id 5so3558679fxm.0 for ; Sat, 05 Mar 2011 07:15:39 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Sauer Cc: emacs-orgmode@gnu.org 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