[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: Agenda and weather forecast
From: |
Ian Barton |
Subject: |
Re: [Orgmode] Re: Agenda and weather forecast |
Date: |
Fri, 10 Sep 2010 09:51:24 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100826 Thunderbird/3.0.7 |
On 09/09/10 19:18, Ian Barton wrote:
>
>>
>>>>>>> "Simon" == Simon Guest<address@hidden> writes:
>>
>> Simon> I downloaded google-weather-el-236b269, and stuck
>> Simon> %%(org-google-weather) at the top of one of my org files,
>> but
>> Simon> when building the agenda, Emacs complains [...]
>>
>> I had the same trouble at first. Fixed by making sure
>> that
>>
>> %%(org-google-weather)
>>
>> isn't literally "at the top" of a .org file.
>>
>> I'm a newbie for org-mode, but it seems that entry needs to be below
>> at least one "*"; the following works, e.g.
>>
>> (top of file)
>> %-----------------------------------
>> * Weather
>> #+CATEGORY: Weather
>> %%(org-google-weather "Boston" "en-us")
>>
>> -gm
>>
>
> I am also getting the sexp error. This is what I ave in my org file:
>
> * Weather.
> #+CATEGORY: London
>
> %%(org-google-weather "London" "en-gb")
>
> I have tried several other locations with the same result. Any
> suggestions on how to get more debugging info?
>
Sorted now. It was something to do with the order that things were
listed in my .emacs. Thanks for this great addition to org!
Ian.