From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Marquardt Subject: Re: Clocktable Naming Date: Mon, 09 Oct 2017 08:27:15 -0500 Message-ID: References: <45a17e9b885846b89b6f03eeb5913597@CTC-HOU-EXMB-02.ctcloud.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1Y5l-00059e-Fl for emacs-orgmode@gnu.org; Mon, 09 Oct 2017 09:27:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1Y5h-0007DL-I9 for emacs-orgmode@gnu.org; Mon, 09 Oct 2017 09:27:33 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:57020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e1Y5h-0007CG-9n for emacs-orgmode@gnu.org; Mon, 09 Oct 2017 09:27:29 -0400 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v99DQIWc089935 for ; Mon, 9 Oct 2017 09:27:22 -0400 Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) by mx0a-001b2d01.pphosted.com with ESMTP id 2dg3jdby26-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 09 Oct 2017 09:27:21 -0400 Received: from localhost by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 9 Oct 2017 07:27:21 -0600 In-Reply-To: <45a17e9b885846b89b6f03eeb5913597@CTC-HOU-EXMB-02.ctcloud.local> (Shawn Way's message of "Mon, 9 Oct 2017 12:25:40 +0000") 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: Shawn Way Cc: "emacs-orgmode@gnu.org" I wanted to add a #+PLOT to the clock table header, and used the advice mechanism to do it. E.g. (defadvice org-clock-report (after insert-plot-line activate) "Add #+PLOT: line appropriate for clock table." (insert "#+PLOT: ind:1 deps:(4) type:2d with:histograms set:\"style fill solid\" ")) You might be able to do something similar for your purpose. You might also check to see if there's some sort of hook to use when inserting clock tables. ----------------------- On Mon, Oct 09 2017, Shawn Way wrote: Is there a method for automatically naming a timeclock? For example, :name table1 to be used in the #+BEGIN line? This would allow the clocktable to be post processed using something like perl or python for in depth analysis. SHAWN WAY, P.E.