Re: [O] Guidance for preparing document with code

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

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-29 Thread Marcin Borkowski
Dnia 2013-05-29, o godz. 17:30:23 SabreWolfy napisał(a): > Hi Marcin, > > Marcin Borkowski 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 afrai

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Nick Dokos
SabreWolfy writes: > Nick Dokos 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

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 SabreWolfy
Hi Marcin, Marcin Borkowski 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. And s

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Hi :) Thomas S. Dye 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

Re: [O] Guidance for preparing document with code

2013-05-29 Thread SabreWolfy
Nick Dokos 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 you wan

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Marcin Borkowski
Dnia 2013-05-29, o godz. 15:33:51 SabreWolfy 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. Where should I l

Re: [O] Guidance for preparing document with code

2013-05-29 Thread Sebastien Vauban
Hello, Thomas S. Dye wrote: > 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 loo

Re: [O] Guidance for preparing document with code

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

Re: [O] Guidance for preparing document with code

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

Re: [O] Guidance for preparing document with code

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