"Simon" == Simon Guest<simon.gu...@tesujimath.org>  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?

Thanks,

Ian.

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to