From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: #+headers: :tangle doesn't work Date: Wed, 23 Jan 2013 15:43:32 +0000 Message-ID: <87ehhbykez.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty2TQ-0001hI-Sd for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 10:42:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ty2TP-0004Wj-CO for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 10:42:48 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:47215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty2TO-0004WG-Rf for emacs-orgmode@gnu.org; Wed, 23 Jan 2013 10:42:46 -0500 Received: by mail-wi0-f177.google.com with SMTP id hm2so840825wib.16 for ; Wed, 23 Jan 2013 07:42:46 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs orgmode-mailinglist 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