I found noweb reference with argument `<<src-block-name(args)>>` issue.
And this does not work:```org#+NAME: sh-print-something#+BEGIN_SRC sh :var str=""echo "$str"#+END_SRC#+BEGIN_SRC sh :results output :noweb yesecho "hello, "<<sh-print-something(str="stardiviner")>>#+END_SRC
Kaushal Modi