Hi,

Here's what I would like to do:

In a named source block (#+name:nameA) in File A I have a variable some
code defined

In a source block in File B I want to run the source block in File A as if
it was definied in File B:

#+begin_src emacs-lisp :noweb yes
<<nameA>>
#+end_src

I realize that the simple solution is to tangle the files into one, but is
there a way to achive what I'm tryng to do?

/Henrik

Reply via email to