Re: [O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-05-02 Thread Bernt Hansen
Brian van den Broek brian.van.den.br...@gmail.com writes: After doing this for a while, I abandoned it as having too much overhead for how I am presently working. I am on leave from a college teaching job for this academic year, and most of the projects that I am working on are large ongoing

Re: [O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-05-01 Thread Ippei FURUHASHI
Hi Brian, Brian van den Broek brian.van.den.br...@gmail.com writes: On 27 April 2012 05:52, Ippei FURUHASHI top.tuna+orgm...@gmail.com wrote: Hi Brian, Brian van den Broek brian.van.den.br...@gmail.com writes: how to add 1 day to the return value of (current-time). This hard coding is out

Re: [O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-04-30 Thread Brian van den Broek
On 27 April 2012 05:52, Ippei FURUHASHI top.tuna+orgm...@gmail.com wrote: Hi Brian, Brian van den Broek brian.van.den.br...@gmail.com writes: how to add 1 day to the return value of (current-time). This hard coding is out of org-mode range, #+BEGIN_SRC elisp (format-time-string %Y-%m-%d

Re: [O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-04-26 Thread Ippei FURUHASHI
Hi Brian, Brian van den Broek brian.van.den.br...@gmail.com writes: how to add 1 day to the return value of (current-time). This hard coding is out of org-mode range, #+BEGIN_SRC elisp (format-time-string %Y-%m-%d (time-add (current-time) (seconds-to-time (* 24 60 60 #+END_SRC #+RESULTS:

[O] defining a clocktable in a capture template with absolute timespan computed relative to today

2012-04-17 Thread Brian van den Broek
Hi all, I've been experimenting with a new means of using org to plan my day at the outset and, at the end of it, to easily review how close I have come to accomplishing what I planned. For that second component, I want a clocktable covering the day to allow for an easy review of what I have