[babel] Re: [Orgmode] [PATCH] Make org-babel-tangle work when target-file is nil

2009-11-29 Thread Dan Davison
"Eric Schulte" writes: > Thanks Nicolas, > > By default source-code blocks are not tangled. They are only tangled if > their :tangle header argument is equal to "yes" or is a file name -- in > which case target-file is set to that file name. I believe your patch > would have the effect of makin

Re: [Orgmode] [PATCH] Make org-babel-tangle work when target-file is nil

2009-11-29 Thread Eric Schulte
Thanks Nicolas, By default source-code blocks are not tangled. They are only tangled if their :tangle header argument is equal to "yes" or is a file name -- in which case target-file is set to that file name. I believe your patch would have the effect of making all source-code blocks tangle by d