Hi all,

Hopefully the below can explain better:

    #+NAME: abc
    #+BEGIN_SRC shell :noweb yes :var a="b" :results output
    echo <<EOF
    $a
    1
    EOF
    #+END_SRC

    #+NAME: def
    #+BEGIN_SRC shell :noweb yes :var c="d" :results output
    echo <<EOF
    <<abc(c)>>
    1
    EOF
    #+END_SRC

    #+RESULTS: def
    : 


Pressing `C-c C-c' on the second block returns:


org-babel-ref-resolve: Reference ā€˜cā€™ not found in this buffer


Org version: 9.0.3


Thanks!

-- 
Zack Piper          System administrator
        https://apertron.net            

Reply via email to