Re: [O] Literate programming in org

2015-08-26 Thread Sebastien Vauban
Max Linke writes: > On 08/26/2015 12:36 PM, Sebastien Vauban wrote: >> See: >> >> - inline Babel calls: ... call_() ... and/or >> - inline code blocks: src_{}. > > Yes I'm currently using inline babel calls. > >>> * reruning specific cells only one time after emacs was started >>> >>> I have s

Re: [O] Literate programming in org

2015-08-26 Thread Max Linke
On 08/26/2015 12:36 PM, Sebastien Vauban wrote: See: - inline Babel calls: ... call_() ... and/or - inline code blocks: src_{}. Yes I'm currently using inline babel calls. * reruning specific cells only one time after emacs was started I have some cells that are long running and pro

Re: [O] Literate programming in org

2015-08-26 Thread Ken Mankoff
Hi Max, This is one bit of literate programming I haven't mastered myself yet. I generally have code blocks and print results, and then manually re-enter them in the paragraph below. I would like what you are looking for. The best solution I have, which I don't use often, is to use sessions and

Re: [O] Literate programming in org

2015-08-26 Thread Sebastien Vauban
Hi, Max Linke writes: > I'm currently trying to use org-modes literate programming capabilities > to write up a paper. So far it has been a joy to have the plotting code > and text in the same document. Thanks for all the work people here have > already put in to make this so easy. Can't add an

[O] Literate programming in org

2015-08-26 Thread Max Linke
Hi I'm currently trying to use org-modes literate programming capabilities to write up a paper. So far it has been a joy to have the plotting code and text in the same document. Thanks for all the work people here have already put in to make this so easy. I have run into a two small problems s