emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to get results into export?


From: Thorsten Jolitz
Subject: Re: [O] How to get results into export?
Date: Fri, 25 Jul 2014 10:03:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Manfred Lotz <address@hidden> 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

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