>
> E.g., :exports both.
Works beautifully.
Thanks very much,
Vikas
___
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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 19/07/2010 13:51, Vikas Rawal wrote:
> Is it possible that org-babel shows not just the output of R commands
> but also R commands themselves in the html output?
Yes. Look at the header argument exports: :
as stated in the manual:
14.8.2.5 :expor
Is it possible that org-babel shows not just the output of R commands
but also R commands themselves in the html output?
I could perhaps write the commands twice, once outside the code block
(to make the commands appear as they are), and once inside the
codeblock to display output of those command