From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitalie Spinu Subject: Re: link abbreviation with multiple params, e. g. for geo locations Date: Sat, 08 Jun 2013 20:52:30 +0200 Message-ID: <874nd8ph8x.fsf@gmail.com> References: <87a9n35g25.fsf@gmail.com> <87fvwuuez8.fsf@gmail.com> <87li6lelx1.fsf@gmail.com> <87ehccmoz4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlOFh-0005sT-7l for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 14:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlOFe-00015B-Re for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 14:52:37 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:50246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlOFe-00014z-LZ for emacs-orgmode@gnu.org; Sat, 08 Jun 2013 14:52:34 -0400 Received: by mail-wg0-f41.google.com with SMTP id k13so2127466wgh.0 for ; Sat, 08 Jun 2013 11:52:32 -0700 (PDT) In-Reply-To: <87ehccmoz4.fsf@gmail.com> (Eric Schulte's message of "Sat, 08 Jun 2013 12:05:32 -0600") 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: Eric Schulte Cc: Michael Brand , Org Mode >> Eric Schulte >> on Sat, 08 Jun 2013 12:05:32 -0600 wrote: [...] >> >> May be then: org-babel-current-src-block-location? >> > How about the shorter `org-babel-current-src-block'? It is somewhat > more ambiguous, but the only reasonable options would be location or > name, and not every code block has a name. I think the added brevity is > worth the ambiguity, but I'm not strongly committed either way. I personally find it quite confusing. Babel names that contain src-block semantically refer to the whole thing. This one refers to the pointer. If brevity is very important I would rather drop "current": `org-babel-src-block-location' or probably even more suggestive: `org-babel-src-block-beginning'. Vitalie