From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [BABEL] "unset" :var definitions for subtree Date: Mon, 14 Feb 2011 12:22:15 -0700 Message-ID: <87fwrqto8d.fsf@gmail.com> References: <4D500BEC.1080300@gmail.com> <87bp2koeir.fsf@gmail.com> <4D53A2D2.2080300@gmail.com> <87r5bfn8dg.fsf@gmail.com> <4D553291.9090700@gmail.com> <4D554239.1020701@gmail.com> <877hd44zin.fsf@gmail.com> <87k4h3rdgc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=37233 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp40o-00070u-CF for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 14:23:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp40n-0006Em-4T for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 14:23:06 -0500 Received: from mail-qy0-f176.google.com ([209.85.216.176]:47899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp40m-0006Ei-Re for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 14:23:05 -0500 Received: by qyk10 with SMTP id 10so3837291qyk.0 for ; Mon, 14 Feb 2011 11:23:04 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs-orgmode [...] > > This is in branch ob-inherit at > https://github.com/dandavison/org-devel. I've given you write access to > the repo. The branch isn't ready to go yet, just a first > pass. Currently, with this file > > ------------------------------------- > #+property: var a=1 > #+property: var b=2 > > * h1 > :PROPERTIES: > :var: c=3 > :END: > ** h11 > :PROPERTIES: > :var: b=4 > :END: > > #+begin_src sh :var d=5 > # code here > #+end_src > ------------------------------------- > > C-c C-v C-v in the src block gives > > --------------------------------- > c=3 > a=1 > b=2 > d=5 > # code here > --------------------------------- > > (so b has the wrong value, but there will be more issues than just that) > > Dan > Fantastic, I'll try to dig in over the next couple of days. Thanks -- Eric