From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Guidance for preparing document with code Date: Wed, 29 May 2013 18:09:45 +0200 Message-ID: <8738t5zs1i.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhiwt-0006Oc-IK for emacs-orgmode@gnu.org; Wed, 29 May 2013 12:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uhiwo-0008Py-My for emacs-orgmode@gnu.org; Wed, 29 May 2013 12:10:03 -0400 Received: from plane.gmane.org ([80.91.229.3]:38782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhiwo-0008Po-G8 for emacs-orgmode@gnu.org; Wed, 29 May 2013 12:09:58 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uhiwk-0003Hv-11 for emacs-orgmode@gnu.org; Wed, 29 May 2013 18:09:54 +0200 Received: from g231234035.adsl.alicedsl.de ([92.231.234.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 May 2013 18:09:54 +0200 Received: from tjolitz by g231234035.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 May 2013 18:09:54 +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 SabreWolfy writes: > 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. ,---------------------------------------------------------------------------------------------------- | http://stackoverflow.com/questions/11931385/emacs-bernt-hansens-life-in-a-plaintext-sample-git-repo `---------------------------------------------------------------------------------------------------- gives links to the html version and the org-file of a document that demonstrates a lot of the fundamental stuff that can be done with Org-mode, with very good explanations. The Org manual: ,-------------------------------------------------------- | http://orgmode.org/manual/Working-With-Source-Code.html `-------------------------------------------------------- and tutorials on Worg: ,---------------------------------------------------- | http://orgmode.org/worg/org-contrib/babel/uses.html `---------------------------------------------------- give more explanations .. -- cheers, Thorsten