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


_______________________________________________
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