Fabrice Popineau <fabrice.popin...@gmail.com> wrote: > Hi, > > Is it possible to link to an external source code file from an org mode fileĀ > (for example from an org mode code block) > so that the source code file will be exported "inline" wrt to the org-mode > file ? > > Thanks for any clue, >
--8<---------------cut here---------------start------------->8--- #+include: "foo.c" src c --8<---------------cut here---------------end--------------->8--- See (info "(org) Include files") for details. Nick