From mboxrd@z Thu Jan 1 00:00:00 1970 From: SabreWolfy Subject: Guidance for preparing document with code Date: Wed, 29 May 2013 15:33:51 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhicv-0002wJ-Gb for emacs-orgmode@gnu.org; Wed, 29 May 2013 11:49:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uhicr-00006G-0L for emacs-orgmode@gnu.org; Wed, 29 May 2013 11:49:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:60209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhiOE-00020X-Er for emacs-orgmode@gnu.org; Wed, 29 May 2013 11:34:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UhiO7-0007Gv-PQ for emacs-orgmode@gnu.org; Wed, 29 May 2013 17:34:08 +0200 Received: from 41-135-53-181.dsl.mweb.co.za ([41.135.53.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 May 2013 17:34:07 +0200 Received: from sabrewolfy by 41-135-53-181.dsl.mweb.co.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 May 2013 17:34:07 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm using Org ~7.8 and would like to prepare a document for export to HTML to make available to others to read. This document will contain heading, text, etc., R code (for my reference) and the output of the R code. Where should I look to learn how to do this in R? Org-babel? Is this literate programming? I've read much about Org over the years, and I think I've probably tried this already once before, but I'd like to know where to start looking.