From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-agenda-clockreport-mode does not include archived entries? How to? Date: Mon, 20 Feb 2012 11:32:45 -0500 Message-ID: <11607.1329755565@alphaville> References: <4F4206C2.3070006@online.de> <4F424265.3000406@online.de> <4F42708D.6010300@online.de> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzWAX-0003Co-7b for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 11:32:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzWAT-0005S2-Dx for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 11:32:53 -0500 Received: from g1t0026.austin.hp.com ([15.216.28.33]:37105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzWAT-0005Rj-AR for emacs-orgmode@gnu.org; Mon, 20 Feb 2012 11:32:49 -0500 In-Reply-To: Message from Rainer Stengele of "Mon, 20 Feb 2012 17:10:53 +0100." <4F42708D.6010300@online.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Carsten Dominik 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-agenda-sorting-strategy '(time-up priority-down)) > (org-agenda-span 'month) I was having similar problems and it turned out that I had some setting of the (obsolete) variable org-agenda-ndays in some init file and that was causing me problems. I hunted all the settings down, eliminated them and use *only* org-agenda-span: things seem to work as expected. No idea of course whether that's your problem, but it might be worth checking. Nick