-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Dave Marquardt writes:
> 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
I found out that :step day trips this up. No worries.
Shawn Way, PE
-Original Message-
From: Nicolas Goaziou [mailto:m...@nicolasgoaziou.fr]
Sent: Tuesday, October 10, 2017 2:18 AM
To: Shawn Way
Cc: emacs-orgmode@gnu.org
Subject: Re: Clocktable Naming
Hello,
Shawn Way writes:
> Is
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:his
Hello,
Shawn Way writes:
> Is there a method for automatically naming a timeclock? For example,
>
> :name table1
>
> to be used in the #+BEGIN line?
There is a way, albeit no very user-friendly. You can use :header
parameter, e.g.,
#+begin: clocktable :header "#+name: foo\n#+caption: bar\n"
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.