From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] org-clock-update-mode-line leaves link markup in mode-line Date: Sun, 04 Mar 2018 21:26:09 +0100 Message-ID: <87r2ozy4da.fsf@gnu.org> References: <87fu5fvj61.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esaD4-0005S6-Bb for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 15:26:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esaCy-0005eC-Ev for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 15:26:18 -0500 In-Reply-To: <87fu5fvj61.fsf@fastmail.fm> (Matt Lundin's message of "Sun, 04 Mar 2018 11:34:46 -0600") 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: Matt Lundin Cc: Org Mode Hi Matt, Matt Lundin writes: > 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 for reporting this -- it clearly does not make sense to display links in the mode-line, so I pushed a fix to restore the previous behavior by default. Having org-clock-heading-function around is nice though. Best, -- Bastien