On Fri, May 28, 2010 at 3:05 PM, Eric Schulte wrote:
> Hi Rainer,
>
> The first option you suggested below should already be supported. For
> example the following org-mode text
>
>
Thanks Eric,
this is working as expected.
Cheers,
Rainer
> --8<---cut here---start
Hi Rainer,
The first option you suggested below should already be supported. For
example the following org-mode text
--8<---cut here---start->8---
* appending tangle
:PROPERTIES:
:tangle: appended.el
:END:
append all these block
#+begin_src emacs-l
Hi
I am using org-babel to write a simulation model and the accompanying
documentation and it works as expected. But I have many source blocks which
I want to tangle into the same source file. At the moment, I am using
"#+source: BLOCKNAME" (see below). But it is easy to forget to add the block
na