Re: [O] #+headers: :tangle doesn't work

2013-01-26 Thread Eric Schulte
>> so it appears everything is working as expected. > > Not so fast, if I try to tangle each block separately C-u C-c C-v t then > the one with #+headers: doesn't tangle and there is the message: > > "tangled 0 code blocks from x.org" > I just pushed up a fix. Thanks for finding this bug. -- Er

Re: [O] #+headers: :tangle doesn't work

2013-01-26 Thread Myles English
Hi Eric, Thanks for taking a look at this. Eric Schulte writes: > Myles English writes: >> >> 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

Re: [O] #+headers: :tangle doesn't work

2013-01-26 Thread Eric Schulte
Myles English 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 > >

[O] #+headers: :tangle doesn't work

2013-01-23 Thread Myles English
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