From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: [BUG] org-clock-update-mode-line leaves link markup in mode-line Date: Sun, 04 Mar 2018 11:34:46 -0600 Message-ID: <87fu5fvj61.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esXXC-0004i8-3J for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 12:34:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esXX8-00084d-5P for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 12:34:54 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:43155) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1esXX8-000833-04 for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 12:34:50 -0500 Received: from archbook (wcnat-96-23.wheaton.edu [209.147.96.23]) by mail.messagingengine.com (Postfix) with ESMTPA id 761D97E3FA for ; Sun, 4 Mar 2018 12:34:47 -0500 (EST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org Mode Commit 6655429b8d7ee686a8300b61af587599cd656a22 removed code that stripped link markup from the string displayed in the mode line. In the past, a heading like the following... * TODO [[https://en.wikipedia.org/wiki/Org-mode][Org-mode]] ...would be simplified for display in the mode line as... "[0:04] (Org-Mode)" Now it displays as... "[0:04] ([[https://en.wikipedia.org/wiki/Org-mode][Org-mode]])" Is this change intentional? It is, of course, possible to strip the link markup with a custom org-clock-heading-function. But it seems to me that removing link markup from the mode-line display should remain the default behavior. Thanks, Matt