From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id ANMfMEr5o2SKbAEASxT56A (envelope-from ) for ; Tue, 04 Jul 2023 12:49:46 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id aC/yL0r5o2QdmwAA9RJhRA (envelope-from ) for ; Tue, 04 Jul 2023 12:49:46 +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 A74256FC6 for ; Tue, 4 Jul 2023 12:49:46 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qGdaZ-0006Ri-3s; Tue, 04 Jul 2023 06:48:55 -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 1qGdaX-0006RZ-Py for emacs-orgmode@gnu.org; Tue, 04 Jul 2023 06:48:54 -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 1qGdaV-0008Jy-Mt for emacs-orgmode@gnu.org; Tue, 04 Jul 2023 06:48:53 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 6934E240027 for ; Tue, 4 Jul 2023 12:48:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1688467729; bh=/esVU4z9nsDaM1F0dMz6YAi6/xRuObsPkD8h/pYzld8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=V5ejZ3f+2dXxtMpQFj2ZdIT1kI/E0xYYLcHKpw5RXWAFuh+0xodaVyDLK8fklmShu qR63b+i9Dlj9iRJZT5im/6kE7xzAVFV65uc+YMKl83t19FzG/XOH7cBMbAFyKcOG30 cmzV66sVg7/QQ62Q/8hBKV5v1r5IRYVy4jAlT1Vr3pQ5WwIymIPSjSNzpZEziMa7Fj r/ydg0VPg431TYwpjlb17/iXKPMts4Uf8dEhVHoILhPuZtEUf5XSsTVtno8QIgIArQ uUZDZqkamm/4Ig2jMyuuo9I3Z84+9OATh+1IqSR5EZI5a4u2BJjrFierYyJu8T3ijE QRokjCVZNLATA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QwKKD6QT1z9rxH; Tue, 4 Jul 2023 12:48:48 +0200 (CEST) From: Ihor Radchenko To: Evgenii Klimov Cc: emacs-orgmode@gnu.org Subject: Re: [PATCH v2] Keep the link if the command was cancelled In-Reply-To: <87y1jwv9sw.fsf@lipklim.org> References: <20230630221120.21657-1-eugene.dev@lipklim.org> <87fs65gnzk.fsf@localhost> <87y1jwv9sw.fsf@lipklim.org> Date: Tue, 04 Jul 2023 10:48:48 +0000 Message-ID: <877crgeyun.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain 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-Country: US X-Migadu-Flow: FLOW_IN Authentication-Results: aspmx1.migadu.com; none X-Migadu-Scanner: scn0.migadu.com X-Migadu-Spam-Score: -4.00 X-Spam-Score: -4.00 X-Migadu-Queue-Id: A74256FC6 X-TUID: 57vDR3NMho/v Evgenii Klimov writes: > I added `link-original' variable to keep it intact until we want to > remove the link from `org-stored-links'. Thanks! Applied, onto main, with amendments. I have added TINYCHANGE cookie to the commit message and provided a bit more details in the commit summary. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=48fffa5da You are now listed as an Org contributor. https://git.sr.ht/~bzg/worg/commit/f7d16cc1 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at