From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: org-agenda-log-mode-items Date: Fri, 20 Feb 2009 10:54:49 -0600 Message-ID: <87r61t59ra.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaYdP-00014q-De for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 11:53:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaYdN-00013w-Lz for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 11:53:55 -0500 Received: from [199.232.76.173] (port=46167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaYdN-00013r-HW for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 11:53:53 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:33942) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaYdN-0007u1-4j for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 11:53:53 -0500 Received: from matt-desktop (vu019215.valpo.edu [152.228.168.123]) by mail.messagingengine.com (Postfix) with ESMTPSA id B4D30B7C7 for ; Fri, 20 Feb 2009 11:53:50 -0500 (EST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I have set the variable org-agenda-log-mode-items as follows: (setq org-agenda-log-mode-items '(closed state)) In the past, this would show me dates and times when items either closed or changed states. With one of the recent updates to org-mode, however, the log no longer shows state changes. Would this have anything to do with the recent addition of extra information (i.e., the previous state) in the state change line? Thanks, Matt