emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Babel: interweaving code and results?
@ 2010-08-18 13:09 David Hajage
  2010-08-18 13:15 ` Erik Iverson
  0 siblings, 1 reply; 7+ messages in thread
From: David Hajage @ 2010-08-18 13:09 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 512 bytes --]

Hello,

I am back with babel and R with a new question. Is it possible to
interweave each line of code with its results?

An example to explain what I mean:

#+SRCNAME: foo
#+BEGIN_SRC R :results output :exports results
  2+2
  3+3
#+END_SRC

#+results: foo
: [1] 4
: [1] 6

When exporting (to html or latex), I would like to print what is going on in
the R console. So, I would like:

#+results: foo
:> 2+2
: [1] 4
:> 3+3
: [1] 6

Is it possible, or eventualy planned for the futur?

Thank you very much.
David

[-- Attachment #1.2: Type: text/html, Size: 3229 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

end of thread, other threads:[~2010-08-18 16:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-18 13:09 Babel: interweaving code and results? David Hajage
2010-08-18 13:15 ` Erik Iverson
2010-08-18 13:28   ` David Hajage
2010-08-18 14:49   ` Dan Davison
2010-08-18 14:57     ` David Hajage
2010-08-18 16:07       ` Dan Davison
2010-08-18 15:03     ` Erik Iverson

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).