all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to get results into export?
@ 2014-07-25  6:40 Manfred Lotz
  2014-07-25  8:03 ` Thorsten Jolitz
  0 siblings, 1 reply; 4+ messages in thread
From: Manfred Lotz @ 2014-07-25  6:40 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-25  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25  6:40 How to get results into export? Manfred Lotz
2014-07-25  8:03 ` Thorsten Jolitz
2014-07-25  9:11   ` Manfred Lotz
2014-07-25  9:40     ` Manfred Lotz

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.