Re: [O] Guidance for preparing document with code

2013-05-30 Thread SabreWolfy
Hi Thorsten, Thanks for the links.

Re: [O] Guidance for preparing document with code

2013-05-30 Thread SabreWolfy
Sebastien Vauban sva-news@... writes: Little starter for your R code: #+BEGIN_SRC R :results graphics :file testout.png plot(1:10, (1:10)^2) #+END_SRC snip w00t! I exported a quick structured document, with text, code and the png file as an HTML document. This is super-cool :) I should

[O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
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

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Nick Dokos
SabreWolfy sabrewo...@gmail.com 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

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Thomas S. Dye
Aloha SabreWolfy, SabreWolfy sabrewo...@gmail.com 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

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Thorsten Jolitz
SabreWolfy sabrewo...@gmail.com 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

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Sebastien Vauban
Hello, Thomas S. Dye wrote: SabreWolfy sabrewo...@gmail.com 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

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Marcin Borkowski
Dnia 2013-05-29, o godz. 15:33:51 SabreWolfy sabrewo...@gmail.com napisał(a): 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.

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Nick Dokos ndokos at gmail.com writes: org-babel is the right tool. Getting the headers right might involve some fiddling: there have been many question on the ML about those so you can try searching, but if after some effort you are still running into a wall, just post what you have, what

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
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

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Hi Marcin, Marcin Borkowski mbork at wmi.amu.edu.pl writes: Just my two cents: some time ago I had a problem with Org (not the exporter, it was MobileOrg), and I was advised to install the newest Org (8.0). I was a bit afraid, but it turned out that the installation went /very/ smoothly.

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Hi Sebastien, Thanks for the explanation and the example, which I'm going to use to get me started.

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Nick Dokos
SabreWolfy sabrewo...@gmail.com writes: Nick Dokos ndokos at gmail.com writes: org-babel is the right tool. Getting the headers right might involve some fiddling: there have been many question on the ML about those so you can try searching, but if after some effort you are still running

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Marcin Borkowski
Dnia 2013-05-29, o godz. 17:30:23 SabreWolfy sabrewo...@gmail.com napisał(a): Hi Marcin, Marcin Borkowski mbork at wmi.amu.edu.pl writes: Just my two cents: some time ago I had a problem with Org (not the exporter, it was MobileOrg), and I was advised to install the newest Org (8.0).