Hi,

I'm aware of passing variables through header arguments, and also inserting another source code block using the noweb syntax. 

I was wondering, however, would it be possible to directly input values of properties inside source code blocks? For example,

* Subtree
:PROPERTIES:
:DUMMY: Value
:END:

#+BEGIN_SRC

{{DUMMY}} <- something like this?

#+END_SRC

Thank you so much,
Joon