From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: link abbreviation with multiple params, e. g. for geo locations Date: Mon, 06 May 2013 09:06:50 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZFTJ-0002qO-52 for emacs-orgmode@gnu.org; Mon, 06 May 2013 03:04:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZFTH-0004aI-5P for emacs-orgmode@gnu.org; Mon, 06 May 2013 03:04:29 -0400 Received: from mail-forward4.uio.no ([129.240.10.33]:36804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZFTG-0004Gj-Tr for emacs-orgmode@gnu.org; Mon, 06 May 2013 03:04:27 -0400 Received: from exim by mail-out4.uio.no with local-bsmtp (Exim 4.80.1) (envelope-from ) id 1UZFSe-0002HO-Hi for emacs-orgmode@gnu.org; Mon, 06 May 2013 09:03:48 +0200 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Michael Brand Cc: Org Mode Michael Brand writes: > Does it make sense to put at least repeatable %s, but then also > multiple and repeatable parameters for link abbreviations to the wish > list? Or did I miss something else that supports also > org-open-at-point, maybe Org macros? When link abbreviations do not suffice, you can always write a link definition in Lisp and add it with org-add-link-type. For explanation and a practical example see: info:org#Adding%20hyperlink%20types Yours, Christian PS. If Org were to add a default geo: link type, I think it would make sense to keep the parameters to a minimum, i.e. just the latitude and longitude, without backend-dependent options such as Google Maps' "spn" parameter. Though I can see how it would be useful.