Re: [O] Emacs shell-script to tangle org-babel at the command line.

2012-08-13 Thread Matthew Oesting
You've hit upon it exactly; this solution works perfectly. Thank you, Andrew! This little tidbit, a few lines at the header, and a slightly different script now make my tangled Orgmode files executable at the command line. Ah, the joys of literate code. - M This message was sent from my iPa

Re: [O] Emacs shell-script to tangle org-babel at the command line.

2012-08-13 Thread Andrew Young
Hi Matthew, On Mon, Aug 13, 2012 at 2:15 PM, Matthew Oesting wrote: > I recently wrote what I thought to be a very simply she'll script to tangle a > file; simply call the script on a file, e.g. 'tangle corgi.org' and a file, > 'corgi.rb' (assuming one uses Ruby) appears in the local directory.