Re: [Orgmode] [babel] show R commands in html export

2010-07-19 Thread Vikas Rawal
> > 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

Re: [Orgmode] [babel] show R commands in html export

2010-07-19 Thread Rainer M Krug
-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

[Orgmode] [babel] show R commands in html export

2010-07-19 Thread Vikas Rawal
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