[O] How to build a project from org files using ant/make?

2012-03-02 Thread Robert McIntyre
Hi, I use org-babel to produce the source and html documentation for my projects. My projects generally look like this: [~/tmp/org-project] $ tree . |-- html | `-- proj.html |-- org | `-- proj.org `-- src `-- namesace |-- prog_1.clj `-- prog_2.clj Here prog_1.clj,

Re: [O] How to build a project from org files using ant/make?

2012-03-02 Thread Eric Schulte
Robert McIntyre r...@mit.edu writes: Hi, I use org-babel to produce the source and html documentation for my projects. My projects generally look like this: [~/tmp/org-project] $ tree . |-- html | `-- proj.html |-- org | `-- proj.org `-- src `-- namesace |--