emacs-orgmode
[Top][All Lists]
Advanced

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

[O] How to get results into export?


From: Manfred Lotz
Subject: [O] How to get results into export?
Date: Fri, 25 Jul 2014 08:40:04 +0200

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





reply via email to

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