From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: noweb multiple block together Date: Sun, 24 Nov 2019 20:24:10 -0800 Message-ID: <878so4por9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55640) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZ5v7-0000kI-NN for emacs-orgmode@gnu.org; Sun, 24 Nov 2019 23:24:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZ5v6-0002pU-QV for emacs-orgmode@gnu.org; Sun, 24 Nov 2019 23:24:17 -0500 Received: from mail-pg1-x532.google.com ([2607:f8b0:4864:20::532]:43818) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZ5v6-0002nk-JB for emacs-orgmode@gnu.org; Sun, 24 Nov 2019 23:24:16 -0500 Received: by mail-pg1-x532.google.com with SMTP id b1so6516871pgq.10 for ; Sun, 24 Nov 2019 20:24:15 -0800 (PST) Received: from geus3064linuxwsm (161.11.27.136.in-addr.arpa. [136.27.11.161]) by smtp.gmail.com with ESMTPSA id g7sm6031026pgr.52.2019.11.24.20.24.11 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 24 Nov 2019 20:24:11 -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" To: Org-mode Hello, When tangling blocks, I can tangle multiple blocks by setting a (sub)-tree level property, or ":tangle foo" in multiple headers. Is there a way to achieve the same thing with noweb? I've tried giving multiple blocks the same "+name:" and then <>, but only one seems to be included. Does this feature exist through some mechanism? Thanks, -k.