emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Schulte
Subject: Re: [O] #+headers: :tangle doesn't work
Date: Sat, 26 Jan 2013 13:11:56 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Myles English <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]