From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C5=81ukasz?= Stelmach Subject: Re: geolocated notes Date: Wed, 29 Sep 2010 10:04:02 +0200 Message-ID: <87k4m57z7x.fsf@kotik.lan> References: <877hi7mo8a.fsf@dasa3.iem.pw.edu.pl> <5A188987-6627-4932-9B87-56174CF8E907@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=35766 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0reH-0007M0-2m for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 04:04:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0re9-0005Lj-7V for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 04:04:20 -0400 Received: from lo.gmane.org ([80.91.229.12]:57795) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0re9-0005LO-21 for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 04:04:13 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0re6-0002VH-Pj for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 10:04:10 +0200 Received: from 87-205-159-193.adsl.inetia.pl ([87.205.159.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2010 10:04:10 +0200 Received: from lukasz.stelmach by 87-205-159-193.adsl.inetia.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Sep 2010 10:04:10 +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 Carsten Dominik writes: > On Sep 27, 2010, at 1:15 PM, Łukasz Stelmach wrote: > >> I've just created a hack to for org-mode (and org-remember) to >> receive and parse URLs from OpenStreetMap and Google Maps. The >> function extracts longitude and latitude and sets GEO property of the >> node to geo: URI. [...] > Nice! There are few things to do: accept `geo:' URIs[1] simply putting them in the GEO property without any modification, some sanity and error checks too. I am going to work on this for myself[2] but I will follow this thread waiting for any suggestions too. What I would like to achieve is a "geospatial aware todo list" that enables one to choose todos along or near a route between two selected points, so one can visit them when traveling. Probably there will be a link to the Google Maps on the bootom of such a list to visualise such a list. [1] http://geouri.org/ [2] I'll create org-geo branch in http://github.com/steelman/org-mode -- Miłego dnia, Łukasz Stelmach