From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: cannot get an agenda showing logged todos, scheduled todos and clockcheck items at the same time Date: Mon, 17 Nov 2014 09:18:03 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqHW0-0004tl-1v for emacs-orgmode@gnu.org; Mon, 17 Nov 2014 03:18:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqHVs-0007Al-E7 for emacs-orgmode@gnu.org; Mon, 17 Nov 2014 03:18:27 -0500 Received: from plane.gmane.org ([80.91.229.3]:41682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqHVs-0007Ae-8I for emacs-orgmode@gnu.org; Mon, 17 Nov 2014 03:18:20 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XqHVp-00030N-RH for emacs-orgmode@gnu.org; Mon, 17 Nov 2014 09:18:17 +0100 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2014 09:18:17 +0100 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Nov 2014 09:18:17 +0100 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: emacs-orgmode@gnu.org Dear all, I cannot get an agenda showing logged todos, all scheduled items and clockcheck view for gaps or overlappings clocking. I start with log mode "on" and my agenda shows all scheduled todos. As soon as I hit "v c" to see the clockchecks result the scheduled todos disappear. Is there any way for an agenda to always see all logged todos, all scheduled todos and always get the clockcheck view in order to see gaps or overlaps? My agenda is configured like: .. (agenda "todays agenda" ( (org-agenda-span 'day) (org-agenda-log-mode 'clockcheck) (org-agenda-start-with-log-mode t) (org-agenda-overriding-header "Today's Agenda"))) ... I never could get a configuration which also shows the clockcheck items. I therefore start as configured and as as said soon as I press "v c" my scheduled items disappear. Any idea? Thank you. Regards, Rainer