Ihor Radchenko <yanta...@posteo.net> writes:

> I think that a more general approach could be allowing :noweb-prefix to
> have a value of string that will be appended to each line on the
> expansion.

With the use case discussed before, is allowing :noweb-prefix to have a
value of string means I need to provide a string with 5 space
characters to :noweb-ref like this?

#+begin_src elisp :noweb yes :noweb-prefix "     "
  (let (<<varable-bindings>>)
    <<do-something>>)
#+end_src

Or is it some other way?

Reply via email to