Myles English <mylesengl...@gmail.com> writes: > Hi, > > I'd just like to record a minor inconsistency in case anyone is looking > at the code and decides they can change it. The tangle variable can't > go in the #+headers line: > > #+headers: :tangle a.sh > #+begin_src sh > echo "this won't be tangled" > #+end_src > > #+begin_src sh :tangle a.sh > echo "this will be tangled" > #+end_src > > Thanks, > > Myles >
Hi Myles, Please ensure that you have the latest version of Org-mode loaded. When I tangle a file containing the above two code blocks both are tangled correctly to a.sh. If I then remove the #+headers: line only the second block is tangled, so it appears everything is working as expected. Best, -- Eric Schulte http://cs.unm.edu/~eschulte