From mboxrd@z Thu Jan 1 00:00:00 1970 From: d.tchin Subject: Re: Getting a Google Maps' map for an entry Date: Thu, 1 Jul 2010 09:00:48 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=58513 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUFdy-0008E2-R6 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 05:01:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUFdq-00037T-N7 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 05:01:14 -0400 Received: from lo.gmane.org ([80.91.229.12]:58541) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUFdq-00037C-H8 for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 05:01:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OUFdm-00017I-OO for emacs-orgmode@gnu.org; Thu, 01 Jul 2010 11:01:02 +0200 Received: from APuteaux-754-1-25-224.w90-44.abo.wanadoo.fr ([90.44.64.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Jul 2010 11:01:02 +0200 Received: from d.tchin by APuteaux-754-1-25-224.w90-44.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Jul 2010 11:01:02 +0200 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 Julien Danjou danjou.info> writes: > > Hi there, > > I've recently wrote a Google Maps extension for Emacs[1]. > > Therefore, I've extended org-mode to display a Google Maps' map for an > event location. The extension, which is very simple, is available > here[2] and I wanted you to know about it. > > I'd be glad to have feedback. patches or ideas. ;) > > Happy hacking. > > [1] http://julien.danjou.info/google-maps-el.html > > [2] http://git.naquadah.org/?p=~jd/jd-el.git;a=blob;f=org-location-google- maps.el;hb=HEAD > Dear Julien I tried to use Google Maps extension. When I tried to load it, I found out that json.el was required. It seems that this package is included in "recent" emacs version (?). My version is GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06. I loaded it but then I have another error telling that the function use-region-p doesn't exist. It seems that this function appears with emacs 23. So this mail just to tell that it seems necessary to have at emacs 23 to make this function work. Best regards