babel: noweb insertions are now placed behind the line prefix of the <<>> reference
commit904a37a85090d309249312b66905189f953375d3
authorEric Schulte <schulte.eric@gmail.com>
Thu, 17 Dec 2009 18:22:00 +0000 (17 11:22 -0700)
committerEric Schulte <schulte.eric@gmail.com>
Thu, 17 Dec 2009 18:22:00 +0000 (17 11:22 -0700)
treeffc9c7e4702ddd4dabb0af32f8c7f092fc9dedcb
parent30d179c85e98d2e3176bd8dd0b489d9ac32979dc
babel: noweb insertions are now placed behind the line prefix of the <<>> reference

  So, for example since the following <<example>> noweb reference
  appears behind the SQL comment syntax the entire inserted body will
  also be SQL commented

-- <<example>>

  expands to

-- this is the
-- multi-line body of example

  Note that noweb replacement text which does *not* contain any
  newlines will not be affected by this change, so it is still
  possible to use inline noweb references.

  Thanks to Sébastien Vauban for this idea.
contrib/babel/lisp/org-babel.el