Re: [Orgmode] Re: Agenda and weather forecast

2010-09-12 Thread Julien Danjou
On Sun, Sep 12 2010, Richard Riley wrote: > Here is a small patch to make it a bit cleaner in non GUI emacs (-nw) :- Good idea, merged, thanks. -- Julien Danjou // ᐰhttp://julien.danjou.info pgp41IIMG94UO.pgp Description: PGP signature ___ Emacs

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-11 Thread Julien Danjou
On Fri, Sep 10 2010, Eric Abrahamsen wrote: > (icon is a sun, "domestic" is the name of the file I put the weather > statement in). So the cedillas... Something's definitely off with > encoding -- where do I start to look? My language environment is utf-8, > I've got Chinese fonts, if that's the p

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-10 Thread Simon Guest
At Thu, 09 Sep 2010 09:30:11 -0400, George McNinch wrote: > 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. Together with the recent patch, this works just fine. Now using version 5bea6c8 from Thursday 9

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-10 Thread Ian Barton
On 09/09/10 19:18, Ian Barton wrote: > >> >>> "Simon" == Simon Guest 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 [...] >>

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Ian Barton
"Simon" == Simon Guest 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

Re: [Orgmode] Re: Agenda and weather forecast | language and units

2010-09-09 Thread Jason McBrayer
On Thu, Sep 9, 2010 at 10:52 AM, Rafael wrote: > Juan Pechiar writes: > >> E.g. %%(org-google-weather "Montevideo,Uruguay" "es") > > Unfortunately, none of "Pachuca", "Pachuca,Mexico", > "Pachuca,Hidalgo,Mexico" work for me (I get a Bad sexp error) :( > ("New York" is fine, however..). Apply my

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Julien Danjou
On Thu, Sep 09 2010, d.tchin wrote: > How can we had the locations. Something like : > > Agenda: *Paris*, icon Couverture nuageuse partielle, 13-24 °C > Agenda: *Caen*, icon Brouillard, 13-23 °C People gave you the category trick already. OTOH, I'll add the possibility to customize t

Re: [Orgmode] Re: Agenda and weather forecast | multiple forecasts

2010-09-09 Thread Juan
A simple way is to use the category declaration: #+CATEGORY: Paris %%(org-google-weather "Paris" "FR") #+CATEGORY: Caen %%(org-google-weather "Caen" "FR") #+CATEGORY: Agenda ... other stuff Regards, .j. On Thu, Sep 09, 2010 at 12:06:22PM +, d.tchin wrote: > I would like to ask one question.

Re: [Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Sven Bretfeld
d.tchin writes: > In the agenda I have the forecasts for the two locations but > I have no idea on the output about the related locations. > I have following ouput : > > Agenda: icon Couverture nuageuse partielle, 13-24 °C > Agenda: icon Brouillard, 13-23 °C > > How can we had the l