>> 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
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
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
>
>
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