From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexandros Prekates Newsgroups: gmane.emacs.help Subject: Killing org hyperlinks with one key Date: Thu, 9 Jun 2022 07:34:24 +0000 Message-ID: <20220609103424.1aa26089@enoush2o> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39224"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 09 09:37:45 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1nzCjg-0009x1-IR for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 09 Jun 2022 09:37:44 +0200 Original-Received: from localhost ([::1]:44818 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nzCjf-0002e9-9v for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 09 Jun 2022 03:37:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52116) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzCgZ-0002aR-0P for help-gnu-emacs@gnu.org; Thu, 09 Jun 2022 03:34:31 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:42745) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzCgX-00083Z-3g for help-gnu-emacs@gnu.org; Thu, 09 Jun 2022 03:34:30 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id D6BEA240107 for ; Thu, 9 Jun 2022 09:34:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1654760065; bh=zBkZnTgy0Q5upUTAYBGwGU1jd5Zf7beL+L87wpaqfT0=; h=Date:From:To:Subject:From; b=SZsBYHis2czcdhpjxoQhbqoxhbOPA35+CmDAROFIs71k4zFWWubTT8Vj07CgZIoCJ dFSByFAGpCms8ojLlwNM9nr4jFbw95F8u53uuAzlc1ATD/v5sR+yqRFIOhYQ6NqMav 4NeJkS/9OVtVIaeFNavjfvdXuSooYekgIhSHOmONTLE1HBLD1Hn+GMZ1Jt9tKe964r Krzrq6bsjG16DoWtFh77Pp0qMuBKJ+6h/yssl+3v7k1GhC+KWVnPrlJ2qe7Zw5zInf wa4x5s1i34nWj8ZsIcUFAw8sp3e2+P3rLOjvWgva0SDvgw7ibNl4WLdnkexSpyZklt Srrj6jhPqg/4w== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4LJbSx21CFz6tm9 for ; Thu, 9 Jun 2022 09:34:25 +0200 (CEST) Received-SPF: pass client-ip=185.67.36.66; envelope-from=aprekates@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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:137543 Archived-At: Trying to kill an org link+description i found that that can happen only after calling org-toggle-link-display . I guess you cant kill what you can see after all. Has been implemented a function that will automaticaly toggle the link under the point (or marked) , kill it and then toggle again? Alexandros