From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id yLnxHXybw2T6DQEASxT56A (envelope-from ) for ; Fri, 28 Jul 2023 12:42:04 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id oCKxHXybw2T9WQAAauVa8A (envelope-from ) for ; Fri, 28 Jul 2023 12:42:04 +0200 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 564CE5EDC8 for ; Fri, 28 Jul 2023 12:42:04 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qPKoJ-0006Ir-Ig; Fri, 28 Jul 2023 06:35:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPKoI-0006Id-9T for emacs-orgmode@gnu.org; Fri, 28 Jul 2023 06:35:02 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPKoG-0000Oj-8o for emacs-orgmode@gnu.org; Fri, 28 Jul 2023 06:35:01 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 2BD93240027 for ; Fri, 28 Jul 2023 12:34:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1690540497; bh=AZ0U+rDA9PiKBFRMuPvLaACLO+0Bjp09t9yD3gYvhp8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=jpCR4MD7k3W12ZrxIo+8TELv2DQwEUT4v8anADWcf9NXe4RT/fG0L4B7N1FsBXfN2 l2vyxM1Um0tVgmuzYQ41vviWuRTBALhmTNZhe0hbJUljGesO1Ga8sl4H32m5FIFHox AmOkM3fE/eGBig3IyW3WV/FK77aaJVsBQaENi9NkxaYWIa5bpQG4fKHZGyYnGrIAp5 Z8M3keU7OtMVN7t6T7jpZ14qHuesFyxhXbd86aVf8f2mtZ7HZOH+Lr6MM10uI+mQRx 114ehO5FA2nO0NBwg+7uiY1oPPRLCtk8iuRxiol6SiVzMpixWAh+t5GvoZkoNhD+0G egE79IINb3Ehg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RC3t83jg9z9s4G; Fri, 28 Jul 2023 12:34:56 +0200 (CEST) From: Ihor Radchenko To: Evgenii Klimov Cc: Org-mode Subject: Re: [FR] Add an option to use ID links during tangling In-Reply-To: <874jlouytx.fsf@lipklim.org> References: <878rb1v3f8.fsf@lipklim.org> <87fs58fpg7.fsf@localhost> <874jlouytx.fsf@lipklim.org> Date: Fri, 28 Jul 2023 10:35:10 +0000 Message-ID: <87h6poqq75.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: -4.00 X-Migadu-Queue-Id: 564CE5EDC8 X-Migadu-Spam-Score: -4.00 X-Migadu-Scanner: mx0.migadu.com X-TUID: NnePI1br7ODq Evgenii Klimov writes: >> Ideally, we should improve the detangling to understand the order of >> blocks better instead of searching the containing heading independently. > > Maybe recent feature suggestion [1] will be of use here. > > [1] https://list.orgmode.org/118435e8-0b20-46fd-af6a-88de8e19fac6@app.fas= tmail.com Detangling should work even when IDs are not used at all. Using IDs will always be just a partial fix and leave edge cases. The right thing to do would be something like http://leoeditor.com/appendices.html#the-mulder-ream-update-algorithm But we need someone=E2=84=A2. --=20 Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at