emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [BABEL] "unset" :var definitions for subtree


From: Eric Schulte
Subject: [Orgmode] Re: [BABEL] "unset" :var definitions for subtree
Date: Mon, 14 Feb 2011 12:22:15 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

[...]
>
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]