From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [babel] Loosing my latin... Date: Thu, 24 Nov 2011 11:27:57 -0500 Message-ID: <30098.1322152077@alphaville.dokosmarshall.org> References: <80bos15xy2.fsf@somewhere.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTc9c-0005Q5-Un for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 11:28:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTc9Y-00060w-Lc for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 11:28:04 -0500 Received: from g4t0014.houston.hp.com ([15.201.24.17]:18332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTc9Y-00060f-F2 for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 11:28:00 -0500 In-Reply-To: Message from "Sebastien Vauban" of "Thu, 24 Nov 2011 16:42:29 +0100." <80bos15xy2.fsf@somewhere.org> 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: Sebastien Vauban Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Sebastien Vauban wrote: > Hello, > > While this code block gets evaluated as expected... > > #+begin_src emacs-lisp :var foo=11 bar=22 > (+ foo bar) > #+end_src > > #+results: > : 33 > > It's not the same with the 2 following ones: variables `bar' and `baz' are > said to be void. > > ** NOK With property > > #+property: var bar=44 > #+begin_src emacs-lisp > (+ bar bar) > #+end_src > This one worked after C-c C-c on the property line. > ** NOK With headers > > > #+begin_src emacs-lisp > (+ baz baz) > #+end_src > This one didn't - but it worked like this: #+headers: :var baz=55 even with a singular "header" - doing this in a hurry, so I'm not sure if that's an accident of history left behind, or whether it would happen in a fresh session as well. Nick > Am I missing something really obvious??[1] > > Best regards, > Seb > > Footnotes: > > [1] Org-mode version 7.7 (release_7.7.600.gb331.dirty), up-to-date at the time > of writing this. > > -- > Sebastien Vauban > >