From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AF/ZMKMUw1/BEAAA0tVLHw (envelope-from ) for ; Sun, 29 Nov 2020 03:25:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id sJOeLKMUw18HWgAAB5/wlQ (envelope-from ) for ; Sun, 29 Nov 2020 03:25:23 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5611E94043B for ; Sun, 29 Nov 2020 03:25:23 +0000 (UTC) Received: from localhost ([::1]:53528 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjDL0-00089o-23 for larch@yhetil.org; Sat, 28 Nov 2020 22:25:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjDKV-00089U-2o for emacs-orgmode@gnu.org; Sat, 28 Nov 2020 22:24:51 -0500 Received: from hiwela.pair.com ([209.68.5.201]:49137) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjDKT-0002D0-8E for emacs-orgmode@gnu.org; Sat, 28 Nov 2020 22:24:50 -0500 Received: from hiwela.pair.com (localhost [127.0.0.1]) by hiwela.pair.com (Postfix) with ESMTP id D36F598064A; Sat, 28 Nov 2020 22:24:45 -0500 (EST) Received: from minshall-entroware-apollo.cliq.com (unknown [95.8.180.86]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hiwela.pair.com (Postfix) with ESMTPSA id A59E18F0954; Sat, 28 Nov 2020 22:24:45 -0500 (EST) Received: from apollo2.minshall.org (localhost [IPv6:::1]) by minshall-entroware-apollo.cliq.com (Postfix) with ESMTP id EEE26602F6; Sun, 29 Nov 2020 06:24:41 +0300 (+03) From: Greg Minshall To: mooss Subject: Re: Multiple named code blocks In-reply-to: Your message of "Sat, 28 Nov 2020 22:35:05 +0000." <2PnBr0V8kH99j60xzpYf0HgMQZZtQ_FTnrNNhbHxzgTnxuJqv3y_tSGDNcv4Pqzvlfy4RLgmUbw83UIRiJXTgV9-_fDlwJOaCIon3zJo_-E=@protonmail.com> X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 27.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Sun, 29 Nov 2020 06:24:41 +0300 Message-ID: <3723704.1606620281@apollo2.minshall.org> Received-SPF: softfail client-ip=209.68.5.201; envelope-from=minshall@umich.edu; helo=hiwela.pair.com X-Spam_score_int: 43 X-Spam_score: 4.3 X-Spam_bar: ++++ X-Spam_report: (4.3 / 5.0 requ) BAYES_00=-1.9, PDS_TONAME_EQ_TOLOCAL_HDRS_LCASE=2, PDS_TONAME_EQ_TOLOCAL_SHORT=1.999, RCVD_IN_SORBS_WEB=1.5, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "emacs-orgmode@gnu.org" Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.17 X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=umich.edu (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-TUID: aqG/6T4X+Als F=C3=A9lix, i ran into this restriction a while ago. on this list i was helped, and ended up using the suggestion to instead put my common bits in a property in the subtree for a given "name" ***** aggregate.R :PROPERTIES: :header-args+: :tangle build/package/covid.19.data/R/aggregate.R :header-args+: :noweb-ref aggregates :END: then, the source blocks themselves have no name and are very plain #+begin_src R i don't know if that will be of any help. cheers, Greg