Re: [O] Basic Literate Program

2014-07-10 Thread Grant Rettke
On Thu, Jul 10, 2014 at 4:31 PM, Jacob Gerlach wrote: > - Does this sound like a reasonable use case and approach? Yes. > - I am writing this program in C++. I believe that I can interweave > SRC blocks with different header arguments so that they tangle to my > .h file and .cpp file as appr

Re: [O] Basic Literate Program

2014-07-10 Thread Jacob Gerlach
On Thu, Jul 10, 2014 at 6:28 PM, Thorsten Jolitz wrote: > When I call M-: (outorg-convert-org-to-outshine) on this Org-mode buffer: > Thanks for this suggestion. It seems outorg/outshine are not distributed with org and must be added separately? I have to watch the size of bites I take when exper

Re: [O] Basic Literate Program

2014-07-10 Thread Thorsten Jolitz
Jacob Gerlach writes: > - On a related note, are there any tools to take org content from > outside the SRC blocks and tangle it into comments in the C++ files? When I call M-: (outorg-convert-org-to-outshine) on this Org-mode buffer: , | * ORG SCRATCH | | ** A bit C++ | | This program di

[O] Basic Literate Program

2014-07-10 Thread Jacob Gerlach
Hi List, I only became aware of literate programming through org and have been looking for a chance to try it out. I need to write a small command line utility that parses through a plain text log file and performs some operations, which I think is a reasonably simple use case for me to try out th