From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: Re: org google weather Date: Sat, 5 Mar 2011 05:44:57 -0600 Message-ID: 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 Content-Type: multipart/alternative; boundary=0015174c139cbde826049dbacadc Return-path: Received: from [140.186.70.92] (port=49375 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pvpuy-0001Bj-HX for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 06:45:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pvput-00010k-Cf for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 06:45:04 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:35885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pvput-00010Z-8F for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 06:44:59 -0500 Received: by eyh6 with SMTP id 6so984434eyh.0 for ; Sat, 05 Mar 2011 03:44:57 -0800 (PST) In-Reply-To: <8739n1j2ec.fsf@gnu.org> 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: emacs-orgmode@gnu.org --0015174c139cbde826049dbacadc Content-Type: text/plain; charset=ISO-8859-1 I put the diary-sunset and diary-sunrise functions in a file called sunrisesunset.el in my elisp directory, it is part of my load path and put '(require 'sunrisesunset) in my .emacs It only loads if I type M-x load-library RET sunrisesunset RET I am not sure why it isn't automatically loading like other files I have set the same way, the same holds true for org-google-weather, I ran the git, have it in my home directory and have it set up for require in my dotemacs but i still have to M-x load-library RET org-google-weather RET to get it to work in my agenda. I am running on cygwin with emacs 23.2 and with Org 7.4 (updated to make sure), I ended up putting the diary-sunrise and diary-sunset functions in my dot emacs and they work just fine but putting the contents of different .el files in my dotemacs file isn't a good long term solution. Any suggestions as to what I might look at or for? Matthew S --0015174c139cbde826049dbacadc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

I put the diary-sunset and diary-sunrise functions in a file called = sunrisesunset.el in my elisp directory, it is part of my load path and put= =A0
'(require 'sunrisesunset)=A0
in my .emacs
It on= ly loads if I type
M-x load-library =A0 RET =A0 sunrisesunset RET=
I am not sure why it isn't automatically loading like other = files I have set the same way, the same holds true for org-google-weather, = I ran the git, have it in my home directory and have it set up for require = in my dotemacs but i still have to
M-x load-library RET org-google-weather RET =A0
to get it to= work in my agenda.

I am running on cygwin with em= acs 23.2 and with Org 7.4 (updated to make sure), I ended up putting the di= ary-sunrise and diary-sunset functions in my dot emacs and they work just f= ine but putting the contents of different .el files in my dotemacs file isn= 't a good long term solution. =A0Any suggestions as to what I might loo= k at or for?

Matthew S
--0015174c139cbde826049dbacadc--