Hello, I am using the plantuml babel interface to generate diagrams in a document. If I have the following inline in my main document, --8<---------------cut here---------------start------------->8--- #+CAPTION: Scenario generation and evaluation #+LABEL: fig:scenario-evaluation-cycle #+ATTR_LATEX: width=\linewidth #+srcname: flowchart #+begin_src plantuml :file figures/scenario-to-network-and-evaluation.png :exports none (*) --> "A node" #+end_src #+results: flowchart [[file:figures/scenario-to-network-and-evaluation.png]] --8<---------------cut here---------------end--------------->8--- this works fine and only the figure appears in the latex export. If, however, I place this code in another org file and "#+include" that file, the export includes the source code as well in the latex export. Can anybody please suggest how to fix this? Is this my fault somehow or is this a bug in org or babel? Thanks, eric