From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to list inactive timestamps and logged items together in agenda? Date: Mon, 28 Jul 2014 14:35:57 +0200 Message-ID: <871tt52y6r.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofl-0007Q3-Ty for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBofY-0005ie-58 for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:17 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:55502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofY-0005NT-2J for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:04 -0400 In-Reply-To: (Martin Beck's message of "Thu, 5 Jun 2014 13:21:48 +0200") 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: Martin Beck Cc: emacs orgmode-mailinglist Hi Martin, "Martin Beck" writes: > I want to create an agenda view which lets me list all items, I've > been working on in a certain time interval in chronological order. > > I have created an agenda which does that by listing all headings with > inactice timestamps like that: > > ("ip" "past 7d +3d" agenda "" ((org-agenda-overriding-header > "Activities during last 7 days") (org-agenda-start-day "-7d") > (org-agenda-span 10) (org-agenda-repeating-timestamp-show-all nil) > (org-agenda-include-inactive-timestamps t) (org-agenda-entry-types > (quote (:deadline :timestamp :sexp))))) > > My problem is: it only lists items with an inactive timestamp, but > not those which have been clocked in the observed time. I'm not sure I understand why clocked headline don't show up. Or maybe you just need to hit "l" in the agenda to also include done headlines (assuming clocked items are done)? Let us know if you came up with another solution, -- Bastien