From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: link abbreviation with multiple params, e. g. for geo locations Date: Sun, 9 Jun 2013 22:32:36 +0200 Message-ID: References: <87a9n35g25.fsf@gmail.com> <87fvwuuez8.fsf@gmail.com> <87k3m4mozj.fsf@gmail.com> <874nd7ks9b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlmI2-0002zB-A1 for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 16:32:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UlmI1-0006EA-Dq for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 16:32:38 -0400 Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:57120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UlmI1-0006E6-64 for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 16:32:37 -0400 Received: by mail-la0-f51.google.com with SMTP id fq12so4827452lab.24 for ; Sun, 09 Jun 2013 13:32:36 -0700 (PDT) In-Reply-To: <874nd7ks9b.fsf@gmail.com> 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: Org Mode Hi Eric On Sun, Jun 9, 2013 at 9:18 PM, Eric Schulte wrote: > Export buffers are sometimes modified or narrowed during the export > process, so I wouldn't depend too much on the absolute values of markers > generated during export. As long as the heading in which the marker > lives seems to be correct I'd count it as a success. Ok. Out of curiosity I also tried to assign a Lisp marker with :var #+HEADER: :var marker-var=(identity org-babel-current-src-block-location) which leads to executing Emacs-Lisp code block (func)... (marker-var (quote #)) eval: Invalid read syntax: "#" Is such a Lisp marker supposed to work across a :var assignment? For me it does not matter because either the variable org-babel-current-src-block-location is better evaluated within the source block or in the header I do not expect the value to be of much use for source blocks other than Lisp. I just let you know in case you wanted the assignment to work with other #-constructs or there was a connection with the recent changes that temporarily required :shebang quoting. Michael