From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: [babel] difference in export output if including file Date: Sat, 04 Sep 2010 12:16:35 +0100 Message-ID: <8762yl69nw.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Sat_Sep__4_12:16:35_2010-2" Return-path: Received: from [140.186.70.92] (port=45883 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Orqk0-0000oM-Ha for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 07:17:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Orqjz-0007Hl-CB for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 07:17:00 -0400 Received: from vscane-a.ucl.ac.uk ([144.82.108.41]:38546) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Orqjz-0007HA-88 for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 07:16:59 -0400 Received: from [85.210.135.119] (helo=esf.ucl.ac.uk) by vscane-a.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1Orqjo-0006b0-GM for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 12:16:48 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list --Multipart_Sat_Sep__4_12:16:35_2010-2 Content-Type: multipart/mixed; boundary="Multipart_Sat_Sep__4_12:16:35_2010-1" Content-Transfer-Encoding: 7bit --Multipart_Sat_Sep__4_12:16:35_2010-1 Content-Type: text/plain; charset=US-ASCII 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 --Multipart_Sat_Sep__4_12:16:35_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Sat_Sep__4_12:16:35_2010-1-- --Multipart_Sat_Sep__4_12:16:35_2010-2 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Sat_Sep__4_12:16:35_2010-2 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Sat_Sep__4_12:16:35_2010-2--