[...] > > 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 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode