emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [babel] difference in export output if including file


From: Eric Schulte
Subject: Re: [Orgmode] [babel] difference in export output if including file
Date: Tue, 07 Sep 2010 23:52:48 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Eric,

I've changed the hook through which code blocks are evaluated so that
this evaluation now takes place after included files have been included.

Hopefully this will fix the issue you mentioned.

Best -- Eric

Eric S Fraga <address@hidden> writes:

> Hello,
>
> I am using the plantuml babel interface to generate diagrams in a
> document.  If I have the following inline in my main document,
>
> #+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]]
>
> 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
> -- 
> Eric S Fraga
> GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D



reply via email to

[Prev in Thread] Current Thread [Next in Thread]