Re: [O] Clocktable Naming

2018-05-01 Thread stardiviner
-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

Re: [O] Clocktable Naming

2017-10-10 Thread Shawn Way
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

Re: [O] Clocktable Naming

2017-10-10 Thread Dave Marquardt
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

Re: [O] Clocktable Naming

2017-10-10 Thread Nicolas Goaziou
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"

[O] Clocktable Naming

2017-10-09 Thread Shawn Way
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.