From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: org-babel-tangle tangles too much ! Date: Tue, 01 Dec 2009 11:26:28 -0500 Message-ID: <87bpiiu0cr.fsf@stats.ox.ac.uk> References: <51b0095d0912010654y32b109b1hb3795e86cf6e0416@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFVYk-0001DU-EW for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 11:26:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFVYf-0001B0-Qt for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 11:26:37 -0500 Received: from [199.232.76.173] (port=38856 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFVYf-0001As-IV for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 11:26:33 -0500 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:50485) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFVYf-0003E6-7b for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 11:26:33 -0500 In-Reply-To: <51b0095d0912010654y32b109b1hb3795e86cf6e0416@mail.gmail.com> (Nicolas Girard's message of "Tue, 1 Dec 2009 15:54:33 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Girard Cc: emacs-orgmode Nicolas Girard writes: > Hi, > I can't get tangle to work the way I want. <...> > All I could get is, that either (a) appears twice (default behaviour), > or (a) doesn't appear at all when I append ":tangle no" to #+srcname: > a. Hi Nicolas, Note that all header arguments (including :tangle) get appended to the #+begin_src line and *not* to the #+srcname line, although it is an easy mistake to make. Dan > > Any thoughts ?