Re: [O] special table from clock

2014-03-20 Thread Bastien
Hi Martin, Martin writes: > Where do I find the contrib/ repository? ~$ git clone git://orgmode.org/org-mode.git ~$ cd org-mode/contrib/ or http://orgmode.org/org-8.2.5h.zip, unzip, and open the* contrib/ directory. > So what I think now is, I'd like to get some elisp functions which can > pa

Re: [O] special table from clock

2014-03-20 Thread Martin
Bastien writes: > Hi Martin, > > > One quick idea is to use properties and to look at org-collector.el > from the contrib/ repository. Where do I find the contrib/ repository? > What is not clear is whether you are confortable with writing Elisp. > If you are, then starting from org-collector.e

Re: [O] special table from clock

2014-03-19 Thread Bastien
Hi Martin, Martin writes: > But I'm unsure how to store the data for that in my APPT entries: I > could use properties (but how?) and I would really like to use the > CLOCK entries for calculating the times. Well, this *is* a complex request. One quick idea is to use properties and to look a