From mboxrd@z Thu Jan 1 00:00:00 1970 From: SabreWolfy Subject: Re: Guidance for preparing document with code Date: Thu, 30 May 2013 11:18:20 +0000 (UTC) Message-ID: References: <8638t5iuva.fsf@somewhere.org> 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]:45345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui0sX-0004Tu-J4 for emacs-orgmode@gnu.org; Thu, 30 May 2013 07:18:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui0sS-0006HR-RC for emacs-orgmode@gnu.org; Thu, 30 May 2013 07:18:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:55790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui0sS-0006HE-KC for emacs-orgmode@gnu.org; Thu, 30 May 2013 07:18:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ui0sR-0002tx-8e for emacs-orgmode@gnu.org; Thu, 30 May 2013 13:18:39 +0200 Received: from ss2.wits.ac.za ([146.141.1.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 May 2013 13:18:39 +0200 Received: from sabrewolfy by ss2.wits.ac.za with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 May 2013 13:18:39 +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 Sebastien Vauban writes: > Little starter for your R code: > > #+BEGIN_SRC R :results graphics :file testout.png > plot(1:10, (1:10)^2) > #+END_SRC w00t! I exported a quick structured document, with text, code and the "png" file as an HTML document. This is super-cool :) I should have figured out how to this ages ago. Thanks for the example. And thanks to Carsten, /et al./ too ;)