Re: [Orgmode] Literate Programming with Org mode

2009-08-01 Thread Eric Schulte
"Eric Schulte" writes: > Hi Sébastien, > > Thanks for the description. This is very interesting and I think > warrants a re-working of the tangle functionality in org-babel. > > Given your description below I think I may try to add the Nuweb > link/reference syntax "<>" to org-babel. As > sourc

Re: [Orgmode] Literate Programming with Org mode

2009-07-31 Thread Eric Schulte
Hi Sébastien, Thanks for the description. This is very interesting and I think warrants a re-working of the tangle functionality in org-babel. Given your description below I think I may try to add the Nuweb link/reference syntax "<>" to org-babel. As source-code blocks are already named in the

Re: [Orgmode] Literate Programming with Org mode

2009-07-28 Thread Marcelo de Moraes Serpa
Hmm, this seems interesting and something I'm looking for, but I'm not entirely sure what you mean by "literate programming" (I haven't googled yet either, I'm about to do it once I answer this message). Anyway, I have a project I'm working on right now that requires me to set up a "publishing envi

[Orgmode] Literate Programming with Org mode

2009-07-28 Thread Sébastien Vauban
Hi Eric and all, Here some promised description of how I'm using Literate Programming with LaTeX (up to now -- soon directly from Org mode?). I write an "enhanced LaTeX" file ([1], having the `.nw' -- for Nuweb -- extension). It is enhanced as I can put blocks of code in there (SQL blocks, for ex