emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Yet another way to use maps --- the light way


From: Carsten Dominik
Subject: Re: [Orgmode] Yet another way to use maps --- the light way
Date: Fri, 24 Sep 2010 09:18:34 +0200


On Sep 23, 2010, at 10:17 AM, Sebastian Rose wrote:

Hi,


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]]

I have added these examples to the manual.

Thanks!

- Carsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]