Hi :) Thomas S. Dye <tsd <at> tsdye.com> writes:
> Org mode should do what you want pretty much out of the box. Note that > the exporters all changed with Org 8, so you'll want to distinguish > between the old and new exporters if you look for information on line. I haven't upgraded to Org 8 yet, but I see a later reply in this threads mentions that it's quite easy, so I might try that first, to benefit from the new exporter. > For your R code blocks, see the :exports header argument. It sounds > like you'll want to set that to :exports both so you can see both your R > code and its output in the html document. Noted; thanks.