This is not a slime question, but it is about emacs & common lisp.<br><br>I use slime + clisp and sbcl for my work.  I use REPL as an environement for interactive data analysis.  I need to produce an annotated log of the analysis.<br>
<br>I am looking for a workbook type of file mode, in which I would enter into a file:<br> - text (with markup rules such as in muse-mode or org-mode) <br> - valid CL code<br><br>At the end of the day I could `publish' the file (as an html, pdf, latex) document which would contain<br>
 - the text<br> - The CL code (formatted appropriately)<br> - Results of executing the CL code.<br><br>Some of my commands produce graphics via gnuplot, and there should be conventions+intelligence to dump these into a png format and insert into the published file.<br>
<br><br>Right now, I am doing it very crudely by<br> - creating a .lisp file<br> - Writing text in #| |# blocks in emacs' muse mode.<br> - CL stuff in rest of the buffer<br> - Executing C-u C-c C-x to paste CL results into the buffer<br>
 - modifying things a bit by hand<br> - and leaving it at that.<br><br>Are there any packages that can help me accomplish this?<br><br>Thanks,<br><br>Mirko<br>