[O] How to get results into export?

2014-07-25 Thread Manfred Lotz
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?


-- 
Thanks, Manfred




From owner-freebsd-pkg-fall...@freebsd.org Thu Jul 24 23:41:20 2014
Return-path: owner-freebsd-pkg-fall...@freebsd.org
Envelope-to: arch...@mail-archive.com
Delivery-date: Thu, 24 Jul 2014 23:41:20 -0700
Received: from bolt10a.mxthunder.net ([209.105.224.168])
by mail-archive.com with esmtp (Exim 4.76)
(envelope-from owner-freebsd-pkg-fall...@freebsd.org)
id 1XAZBw-0002DA-87
for arch...@mail-archive.com; Thu, 24 Jul 2014 23:41:20 -0700
Received: by bolt10a.mxthunder.net (Postfix, from userid 12345)
id 3hKLQy0kgzz16gsl; Thu, 24 Jul 2014 23:40:48 -0700 (PDT)
Received: from mx2.freebsd.org (mx2.freebsd.org [8.8.178.116])
(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
(No client certificate requested)
by bolt10a.mxthunder.net (Postfix) with ESMTPS id 3hKLQR1xm5z1S5P2
for arch...@mail-archive.com; Thu, 24 Jul 2014 23:40:47 -0700 (PDT)
Received: from hub.freebsd.org (hub.freebsd.org [8.8.178.136])
(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
(No client certificate requested)
by mx2.freebsd.org (Postfix) with ESMTPS id BADED71E;
Fri, 25 Jul 2014 06:40:46 + (UTC)
Received: from hub.freebsd.org (hub.freebsd.org 
[IPv6:2001:1900:2254:206c::16:88])
by hub.freebsd.org (Postfix) with ESMTP id B6A575AC;
Fri, 25 Jul 2014 06:40:46 + (UTC)
Delivered-To: pkg-fall...@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 8117459E
 for pkg-fall...@freebsd.org; Fri, 25 Jul 2014 06:40:41 + (UTC)
Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org
 [IPv6:2001:4f8:3:ffe0:4072:0:16:38])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 6D7D92986;
 Fri, 25 Jul 2014 06:40:41 + (UTC)
Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1])
 by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id s6P6efPX029213;
 Fri, 25 Jul 2014 06:40:41 GMT (envelope-from pkg-fall...@freebsd.org)
Received: (from root@localhost)
 by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id s6P6efjC029157;
 Fri, 25 Jul 2014 06:40:41 GMT (envelope-from pkg-fall...@freebsd.org)
Date: Fri, 25 Jul 2014 06:40:41 GMT
From: pkg-fall...@freebsd.org
Message-Id: 201407250640.s6p6efjc029...@beefy1.isc.freebsd.org
To: ross...@gmail.com
Subject: [package - 10i386-default][graphics/] Failed for -323_5 in
 build
Cc: pkg-fall...@freebsd.org
X-BeenThere: freebsd-pkg-fall...@freebsd.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: Fallout logs from package building freebsd-pkg-fallout.freebsd.org
List-Unsubscribe: 
https://lists.freebsd.org/mailman/options/freebsd-pkg-fallout, 
 mailto:freebsd-pkg-fallout-requ...@freebsd.org?subject=unsubscribe
List-Archive: http://lists.freebsd.org/pipermail/freebsd-pkg-fallout/
List-Post: mailto:freebsd-pkg-fall...@freebsd.org
List-Help: mailto:freebsd-pkg-fallout-requ...@freebsd.org?subject=help
List-Subscribe: 
https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout, 
 mailto:freebsd-pkg-fallout-requ...@freebsd.org?subject=subscribe
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Errors-To: owner-freebsd-pkg-fall...@freebsd.org
Sender: owner-freebsd-pkg-fall...@freebsd.org
X-MXTHUNDER-Identifier:  201407250640.s6p6efjc029...@beefy1.isc.freebsd.org
X-MXTHUNDER-IP-Rating:  0, 8.8.178.116, Ugly c=0 p=0 Source New
X-MXTHUNDER-Scan-Result:  100
X-MXTHUNDER-Rules: 
100-5946975-2143-2162-m
100-5946975-0-30815-f
X-MXTHUNDER-Group:  Bulk Mail

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: ross...@gmail.com
Last committer: zeis...@freebsd.org
Ident:  $FreeBSD: head/graphics//Makefile 351411 2014-04-16 
18:28:47Z zeising $
Log URL:
http://beefy1.isc.freebsd.org/data/10i386-default/2014-07-24_17h59m28s/logs/-323_5.log
Build URL:  
http://beefy1.isc.freebsd.org/build.html?mastername=10i386-defaultbuild=2014-07-24_17h59m28s
Log:

 Building graphics/
build started at Fri Jul 25 06:40:37 UTC 2014
port directory: /usr/ports/graphics/
building for: FreeBSD 

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

2014-07-25 Thread Thorsten Jolitz
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




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

2014-07-25 Thread Manfred Lotz
On Fri, 25 Jul 2014 10:03:14 +0200
Thorsten Jolitz tjol...@gmail.com wrote:

 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)
 

Oops yes, it is such easy. In my case :results both is what I want.

-- 
Thanks a lot, Manfred





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

2014-07-25 Thread Manfred Lotz
On Fri, 25 Jul 2014 11:11:23 +0200
Manfred Lotz manfred.l...@arcor.de wrote:

 On Fri, 25 Jul 2014 10:03:14 +0200
 Thorsten Jolitz tjol...@gmail.com wrote:
 
  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)
  
 
 Oops yes, it is such easy. In my case :results both is what I want.
 

Sorry, I wanted to say:  :exports both

-- Manfred