From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Permanently fix org versioning breakage during builds? Date: Mon, 25 Dec 2023 21:27:38 +0200 Message-ID: <83cyuu9j6d.fsf@gnu.org> References: <25989.50971.995591.385250@google.com> <87a5q0dc9m.fsf@localhost> <87y1djc1c9.fsf@localhost> <87zfxzdbna.fsf@yahoo.com> <87plyv7oii.fsf@localhost> <87il4mm7l4.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30134"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, raman@google.com, joaotavora@gmail.com, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 25 20:28:49 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rHqd7-0007a0-8n for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Dec 2023 20:28:49 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHqc9-0002KQ-U4; Mon, 25 Dec 2023 14:27:49 -0500 Original-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 1rHqc5-0002Hg-PD for emacs-devel@gnu.org; Mon, 25 Dec 2023 14:27:47 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHqc3-0002zI-7r; Mon, 25 Dec 2023 14:27:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=MoIjqbXA523TEAN4eZcaTTcgbxjrNpK+Ndrk6ZGs+48=; b=Y+hUxMI0HKam3tWLBV2Z FT49xQi/mz0/Vr3M0zjReZLCygVFx70RH6JslrSimC8K6E7Mu8U+OhrrmV6dBdmoWjbUo0I1o/W7J xeJ7T6FhpOrkVxHqYSQKj3+OgI9lTic1RP1etBFLmYsJKcd6ncQT8XpusVP/ZO2qJBrTMC/cgCnpI CYyn41IlMrIQJhksDMq2I9NC8k7NgHtDIDkn5lYiMhpetOXly/YLAsmDw0thzpkhER4XSRrqXvRvj IFZBF4/Io8b+X7ETczlbo4e1S/sniiCC57dq3x9WXUEyFQw6tGv7bn6kyfh+6zAeIPXphykddGtqr D2mCKbC4z2xmsg==; In-Reply-To: <87il4mm7l4.fsf@localhost> (message from Ihor Radchenko on Mon, 25 Dec 2023 18:59:35 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314218 Archived-At: > From: Ihor Radchenko > Cc: "T.V Raman" , João Távora > , emacs-devel > Date: Mon, 25 Dec 2023 18:59:35 +0000 > > I now installed the patch. > No more extra breakage should occur in Emacs tree. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=bd9dc3217 Only after the next merge from Org to Emacs, right?