From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: org-babel-tangle tangles too much ! Date: Tue, 1 Dec 2009 15:54:33 +0100 Message-ID: <51b0095d0912010654y32b109b1hb3795e86cf6e0416@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFU7l-0001QU-EM for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 09:54:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFU7g-0001Pw-Fl for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 09:54:40 -0500 Received: from [199.232.76.173] (port=33590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFU7g-0001Pr-8O for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 09:54:36 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:39059) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFU7f-0002J2-Vm for emacs-orgmode@gnu.org; Tue, 01 Dec 2009 09:54:36 -0500 Received: by fxm5 with SMTP id 5so4684274fxm.8 for ; Tue, 01 Dec 2009 06:54:34 -0800 (PST) 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: emacs-orgmode Hi, I can't get tangle to work the way I want. Given a file f.org which contains ===== #+srcname: a #+begin_src emacs-lisp (a) #+end_src #+srcname: b #+begin_src emacs-lisp <> (b) #+end_src ===== I would like (a) to appear only once in the tangled file f.el. 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. Any thoughts ? -- Nicolas