From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Weissmann Subject: Re: Feature request: custom clock headings Date: Tue, 27 Nov 2007 17:39:37 +0000 (UTC) Message-ID: References: <87zlwz3ekf.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ix4Pu-0001Ii-3M for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 12:40:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ix4Ps-0001IW-Fu for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 12:40:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ix4Ps-0001IT-As for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 12:40:12 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ix4Pr-0005AB-Av for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 12:40:11 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ix4Pc-0002sB-Eg for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 17:39:56 +0000 Received: from mail2.siscog.pt ([195.22.30.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Nov 2007 17:39:56 +0000 Received: from trmsw by mail2.siscog.pt with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Nov 2007 17:39:56 +0000 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: emacs-orgmode@gnu.org Bastien altern.org> writes: > > Could we have the option to create a custom function to create clock > > headings? > > FWIW, I think it's a good idea. > I've been trying out a version using advice, and it's proving very useful, not least because you can propertise the mode-line: if I click the top level task it opens the bug (it tends to be a bug :) in our bug tracking system, and if I click the sub-task it takes me to it in my org file. Regards, TomSW