Is it possible to ask org mode to report a list of TODO items that I worked on over a period of time?
We can assume that for each Todo entry I have a time tag, e.g. <2014-03-13 Thu 17:04>
Is it possible to ask org mode to report a list of TODO items that I worked on over a period of time?
We can assume that for each Todo entry I have a time tag, e.g. <2014-03-13 Thu 17:04>
I use these agenda views to create daily, weekly and monthly reviews. Everything with a time stamp in the given period is listed, even archived stuff. It also adds a clock table to the bottom and will export to to html files when you export your agenda views (with
C-c a e
).A quick way is to look at the logbook in the Agenda.
You can look at the agenda (see Agenda Views in Org Mode docs). Move the agenda to the time period you want - day, week, month, year. Put it in logbook mode (via the 'l' key, described in section 10.5 Commands in the agenda buffer). This will show for that time period which tasks you worked on and when.
You can also use a clock table (see section 8.4.2 The clock table) to get a detailed report where you can set all the details of what you are interested in.
(Note: the section heading numbers I refer to are in Org-mode version 8.2.5h - your version may differ, but those sections will still be there)