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

2010-09-09 Thread d . tchin
Juan computer.org> writes: > > 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. > Thank you for your answer. In fact

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.