From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Yet another way to use maps --- the light way Date: Thu, 23 Sep 2010 19:30:02 +0000 (UTC) Message-ID: <8762xwcls6.fsf@mean.albasani.net> References: <87tylgn0xw.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=34751 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyrUo-0005Je-Hh for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 15:30:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyrUn-00065r-2k for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 15:30:18 -0400 Received: from lo.gmane.org ([80.91.229.12]:48148) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyrUm-00065i-SL for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 15:30:17 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OyrUj-0000tx-Nd for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 21:30:13 +0200 Received: from e178242065.adsl.alicedsl.de ([85.178.242.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 21:30:13 +0200 Received: from gegendosenfleisch by e178242065.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Sep 2010 21:30:13 +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 Hi, Sebastian Rose writes: > there is a light and easy way to use google and openstreetmap.org maps > if you define them as a custom link type: > > (setq org-link-abbrev-alist > '(("gmap" > . "http://maps.google.com/maps?q=%s") > ("omap" > . "http://nominatim.openstreetmap.org/search?q=%s&polygon=1"))) > > Now > [[gmap:Falkenstr 10, Hannover, Germany][Falkenstraße]] > > and > [[omap:Falkenstr 10, Hannover, Germany]] [...] This works fine for viewing in an external browser like conkeror or ff, but fails for me in emacs w3m. Memnon