From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id QMhoJSgu5mPrBgAAbAwnHQ (envelope-from ) for ; Fri, 10 Feb 2023 12:44:40 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gIhjJSgu5mPQcwAAauVa8A (envelope-from ) for ; Fri, 10 Feb 2023 12:44:40 +0100 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 CB248B649 for ; Fri, 10 Feb 2023 12:44:27 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pQRoh-0000k2-60; Fri, 10 Feb 2023 06:43:47 -0500 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 1pQRoZ-0000ji-UG for emacs-orgmode@gnu.org; Fri, 10 Feb 2023 06:43:40 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQRoX-0007l1-La for emacs-orgmode@gnu.org; Fri, 10 Feb 2023 06:43:39 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 9846F2406C8 for ; Fri, 10 Feb 2023 12:43:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1676029415; bh=FENbh2GI+Hb5xUnWYiSSPqgI9nUeB84yZqKSS5w9TWo=; h=From:To:Cc:Subject:Date:From; b=eSimHLxcjlgCLHx6qBQpaT7XY/h4AZsUFC1OEBXs9pM8OeiYDiP8OJp0pfHS2PbQK 9QLB3Xb6/v0QYNFrGI1Z5VbDMy5cj5HcvB5yvKrOvPA3vZGqj4Qsu2btcFMVuDQVb2 pPqQVsneCfILBKnbCDyH4IlKz9iKkWsboZqXRwK18vyCpvcdG3SDULzqlpnsSOD/+e 1XpPeGXMOZdO0XpwrF3TBgz7Ks80Fuonj3Y0Qc9OnmM4HJ5nDUEns8xKFCFmpvCQS/ LI1cHEoiS6eTplfAUij32NCij2CC5Ph5x7HS9sITZLgOI9D0RDitQHTdrmiw7YXXgp K3BenuZrarI0Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PCsLp709Kz6tmF; Fri, 10 Feb 2023 12:43:30 +0100 (CET) From: Ihor Radchenko To: alain.cochard@unistra.fr Cc: Org Mode List Subject: Re: [org-promote-subtree + undo] adds one star In-Reply-To: <87v8lq5juu.fsf@localhost> References: <87358vabz8.fsf@localhost> <25520.20685.583180.776610@gargle.gargle.HOWL> <87ilhq74j8.fsf@localhost> <25521.37665.325128.853255@gargle.gargle.HOWL> <871qoe737l.fsf@localhost> <25521.41498.433004.471544@gargle.gargle.HOWL> <87v8lq5juu.fsf@localhost> Date: Fri, 10 Feb 2023 11:44:04 +0000 Message-ID: <87sffdd9tn.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.66; envelope-from=yantar92@posteo.net; helo=mout02.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_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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-TUID: 4wsABeSkEbrw Ihor Radchenko writes: > Alain.Cochard@unistra.fr writes: > >> I fear that, even if the emacs people fix the problem, it still won't >> work with, say, emacs 27 or 28. >> >> Oh, well... > > If they fix this, we will at least have a clue what is causing it. The bug has been fixed for Emacs 29. Earlier Emacs will still suffer. I committed a workaround onto bugfix. Fixed. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=af1bb1b06 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at