Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-21 Thread Nick Dokos
Rainer Stengele wrote: > Is there a variable which includes the current starting date of the > agenda instead of the "calendar-current-date"? Using that I could > start my month-overview for the month I see in my agenda. > I don't know: a first look didn't uncover anything obvious, and a secon

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-21 Thread Rainer Stengele
Am 20.02.2012 21:38, schrieb Nick Dokos: > Nick Dokos wrote: > >> Adding >> >> ... >> (org-agenda-start-day (ndk/org-first-of-month)) >> (org-agenda-span 'month) >> ... >> >> to your custom agenda command, with >> >> (defun ndk/org-first-of-month () >> (let ((d (calendar

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Nick Dokos
Nick Dokos wrote: > Adding > > ... > (org-agenda-start-day (ndk/org-first-of-month)) > (org-agenda-span 'month) > ... > > to your custom agenda command, with > > (defun ndk/org-first-of-month () > (let ((d (calendar-current-date))) > (calendar-absolute-from-gregor

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Nick Dokos
Rainer Stengele wrote: > Having configured 'month in org-agenda-soan how can I start my agenda > at the beginning of the month? I only find > org-agenda-start-on-weekday and org-agenda-start-day, but no > possibility to set the "1st of the current month". What I really want > is a calendar rang

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Am 20.02.2012 17:32, schrieb Nick Dokos: > Rainer Stengele wrote: > >> A custom agenda command like this does show the logs and the clock report, >> but why do I only get a weeks overview, not a month? >> >> ... >> ("0m" "agenda + no todos - whole month - log-mode - ARCHIVE included -

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Nick Dokos
Rainer Stengele wrote: > A custom agenda command like this does show the logs and the clock report, > but why do I only get a weeks overview, not a month? > > ... > ("0m" "agenda + no todos - whole month - log-mode - ARCHIVE included - > clock report" agenda "" >((org-agend

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Am 20.02.2012 13:53, schrieb Rainer Stengele: > > > Am 20.02.2012 11:09, schrieb Carsten Dominik: >> On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote: >> >>> Am 20.02.2012 09:36, schrieb Carsten Dominik: On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: > Hi! > > Last we

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Am 20.02.2012 11:09, schrieb Carsten Dominik: > On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote: > >> Am 20.02.2012 09:36, schrieb Carsten Dominik: >>> On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: >>> Hi! Last week I archived lots of headlines in order to speed up the age

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Bernt Hansen
Carsten Dominik writes: >> >> Can I do a "v c" including the archived entries? > > > You could try to do first `v a' or even `v A' to add > archived stuff, and then `v c' to get to the clock issues. > > Not sure if it will work, but it may be worth a try. > > - Carsten v A v c works for me

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Carsten Dominik
On Feb 20, 2012, at 9:39 AM, Rainer Stengele wrote: > Am 20.02.2012 09:36, schrieb Carsten Dominik: >> >> On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: >> >>> Hi! >>> >>> Last week I archived lots of headlines in order to speed up the agenda >>> refresh. >>> This week I am checking my m

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Am 20.02.2012 09:36, schrieb Carsten Dominik: > > On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: > >> Hi! >> >> Last week I archived lots of headlines in order to speed up the agenda >> refresh. >> This week I am checking my monthly clock report in the agenda with v R >> (Toggle Clockrepor

Re: [O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Carsten Dominik
On Feb 20, 2012, at 9:03 AM, Rainer Stengele wrote: > Hi! > > Last week I archived lots of headlines in order to speed up the agenda > refresh. > This week I am checking my monthly clock report in the agenda with v R > (Toggle Clockreport mode). > > What I find is that org-agenda-clockreport-

[O] org-agenda-clockreport-mode does not include archived entries? How to?

2012-02-20 Thread Rainer Stengele
Hi! Last week I archived lots of headlines in order to speed up the agenda refresh. This week I am checking my monthly clock report in the agenda with v R (Toggle Clockreport mode). What I find is that org-agenda-clockreport-mode does not seem to include archived entries, which seems to be a co