From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antoine Levitt Subject: Re: org-agenda-log-mode doesn't list past scheduled items if org-agenda-skip-scheduled-if-done is t Date: Mon, 02 May 2011 14:09:50 +0200 Message-ID: <87y62pjoc1.fsf@gmail.com> References: <87fwpxgfc5.fsf@gmail.com> <6BBB68CA-0FCD-4A1A-AFF8-CE3CF182B3E8@gmail.com> <8762pt1lbd.fsf@gmail.com> <3F84DFAB-07FB-41E8-BD0D-950DD773A0BC@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGrwo-0001tO-JN for emacs-orgmode@gnu.org; Mon, 02 May 2011 08:09:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGrwn-0001a9-Jb for emacs-orgmode@gnu.org; Mon, 02 May 2011 08:09:54 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:62465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGrwn-0001a3-F0 for emacs-orgmode@gnu.org; Mon, 02 May 2011 08:09:53 -0400 Received: by wwb39 with SMTP id 39so5189197wwb.30 for ; Mon, 02 May 2011 05:09:52 -0700 (PDT) In-Reply-To: <3F84DFAB-07FB-41E8-BD0D-950DD773A0BC@gmail.com> (Carsten Dominik's message of "Mon, 2 May 2011 14:07:08 +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: Carsten Dominik Cc: emacs-orgmode@gnu.org 02/05/11 14:07, Carsten Dominik > On May 2, 2011, at 11:52 AM, Antoine Levitt wrote: > >> 02/05/11 11:20, Carsten Dominik >>> Hi Antoine, >> >> Hi, thanks for replying to this old thread. >> >>> the agenda does list scheduled items anyway, so I do not see why >>> this information should be repeated in the logging items. >> >> It doesn't list DONE scheduled items. The point is I'd like for log-mode >> to be just like the normal agenda, except that it also lists DONE items. >> >> I think maybe log should just force org-agenda-skip-scheduled-if-done >> to t. > > > I don't really think so. A Scheduling timestamp, or a Deadline are for planning. > The log view is for displaying when things where actually done. Alright. It makes more sense for me to display a log view of when things were planned, because I often close TODOs either before or after the actual event. But I guess that's just my use. > > AA work-around for you is to make a custom agenda view and set > org-agenda-skip-scheduled-if-done in the options section of > that custom command.... Seems sensible, I'll do that, thanks! > > - Carsten > >> That'd make sense, wouldn't it? Or maybe I'm just extrapolating my >> own use case too much, I don't know enough about org usage patterns to >> be sure. But I do know that I'd like a function to review my past >> appointments/timed todos.