From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: org-clock mode-line format configuration Date: Tue, 26 Jan 2010 18:37:59 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZl9e-0004xV-4W for emacs-orgmode@gnu.org; Tue, 26 Jan 2010 08:08:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZl9Z-0004u8-Kq for emacs-orgmode@gnu.org; Tue, 26 Jan 2010 08:08:25 -0500 Received: from [199.232.76.173] (port=40805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZl9Z-0004tx-Cg for emacs-orgmode@gnu.org; Tue, 26 Jan 2010 08:08:21 -0500 Received: from mail-iw0-f186.google.com ([209.85.223.186]:62924) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZl9Y-0007Vs-NS for emacs-orgmode@gnu.org; Tue, 26 Jan 2010 08:08:20 -0500 Received: by iwn16 with SMTP id 16so781437iwn.5 for ; Tue, 26 Jan 2010 05:08:19 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Kiwon Um Cc: emacs-orgmode@gnu.org +1 On Tue, Jan 26, 2010 at 3:30 PM, Kiwon Um wrote: > Dear orgmode dev team: > > When the clock is started on an item, the item is shown on the mode > line. But the string on the mode line just shows the raw string of the > item, so sometimes it looks ugly when it contains a link. > > So I suggest to make it customizable, or to vanish the link string, e.g. > using > =A0(replace-regexp-in-string "\\[\\[.*\\]\\[\\(.*\\)\\]\\]" "\\1" str) > > Sincerely, > > Kiwon Um > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >