[Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
Charles Cave charles.cave at gmail.com writes: I wrote a Python Orgnode module at least a year ago. Have a look at this and feel free to adapt what you find of interest. My module is designed to read an orgmode file into a list of Orgnode objects.

[Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
Jeff Horn jrhorn424 at gmail.com writes: I think what Chris was referring to is the fact that you can write literate programs using org-mode and org-babel. You can mix documentation and code, and then run some nifty functions that separate them out. The advantage, of course, is that your

Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/14/2010 02:34 PM, Jonathan BISSON wrote: Jeff Horn jrhorn424 at gmail.com writes: I think what Chris was referring to is the fact that you can write literate programs using org-mode and org-babel. You can mix documentation and code, and

Re: Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread chris . m . malone
On Dec 14, 2010 8:47am, Rainer M Krug rmk...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/14/2010 02:34 PM, Jonathan BISSON wrote: Jeff Horn gmail.com writes: I think what Chris was referring to is the fact that you can write literate programs

Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
On 12/14/2010 03:15 PM, chris.m.mal...@gmail.com wrote: Jeff Horn gmail.com writes: What about tangling? When you tangle your org file, you get a source file for that language. Tangling is what I had in mind for my comment. It seems like an easy way to have literate programming...