emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Clocktable Naming


From: Dave Marquardt
Subject: Re: [O] Clocktable Naming
Date: Mon, 09 Oct 2017 08:27:15 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]