Manfred Lotz <manfred.l...@arcor.de> writes:

> I have this minimal example using minted:
>
> #+TITLE: Minimal example
> #+LaTeX_HEADER: \usemintedstyle{emacs}
> * Example 
> - some code
>   #+BEGIN_SRC sh :results values code
>   echo # of items
>   echo \# of items
>   echo "# of items"
>   #+END_SRC
>
>   #+RESULTS:
>   #+BEGIN_SRC sh
>
>   # of items
>   # of items
>   #+END_SRC
>
>
> I evaluated the source code block and got the results. Now, when
> exporting the file to say PDF the results won't appear in the PDF.
>
> Is there a possibility to make this happen?

Try header arg

,----
| :exports results
`----

(untested)

-- 
cheers,
Thorsten


Reply via email to