emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Myles English
Subject: [O] #+headers: :tangle doesn't work
Date: Wed, 23 Jan 2013 15:43:32 +0000
User-agent: mu4e 0.9.9.5-dev6; emacs 24.2.1

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



reply via email to

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