From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: How to get results into export? Date: Fri, 25 Jul 2014 10:03:14 +0200 Message-ID: <87lhrhq30d.fsf@gmail.com> References: <20140725084004.238e4ced@arcor.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAaV5-0006s3-AN for emacs-orgmode@gnu.org; Fri, 25 Jul 2014 04:05:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAaUz-0004aC-8g for emacs-orgmode@gnu.org; Fri, 25 Jul 2014 04:05:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:54276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAaUz-0004ZO-2i for emacs-orgmode@gnu.org; Fri, 25 Jul 2014 04:05:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XAaUy-0001r9-FT for emacs-orgmode@gnu.org; Fri, 25 Jul 2014 10:05:04 +0200 Received: from e178191039.adsl.alicedsl.de ([85.178.191.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jul 2014 10:05:04 +0200 Received: from tjolitz by e178191039.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jul 2014 10:05:04 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Manfred Lotz 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