all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dave Marquardt <davemarq@linux.vnet.ibm.com>
To: Shawn Way <SWay@meco.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Clocktable Naming
Date: Mon, 09 Oct 2017 08:27:15 -0500	[thread overview]
Message-ID: <m3lgkktpsc.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <45a17e9b885846b89b6f03eeb5913597@CTC-HOU-EXMB-02.ctcloud.local> (Shawn Way's message of "Mon, 9 Oct 2017 12:25:40 +0000")

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.

  reply	other threads:[~2017-10-09 13:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-09 12:25 Clocktable Naming Shawn Way
2017-10-09 13:27 ` Dave Marquardt [this message]
2018-05-01 13:34   ` stardiviner
2017-10-10  7:17 ` Nicolas Goaziou
2017-10-10 19:28   ` Shawn Way

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3lgkktpsc.fsf@linux.vnet.ibm.com \
    --to=davemarq@linux.vnet.ibm.com \
    --cc=SWay@meco.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.