From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Logging rescheduled tasks Date: Mon, 9 Nov 2009 22:09:21 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7bUT-0007Ta-VI for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:09:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7bUO-0007Pj-Vr for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:09:33 -0500 Received: from [199.232.76.173] (port=46532 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7bUO-0007PX-Qm for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:09:28 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:65132) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7bUN-0006L1-Gq for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 16:09:27 -0500 Received: by mail-ew0-f228.google.com with SMTP id 28so4636184ewy.42 for ; Mon, 09 Nov 2009 13:09:27 -0800 (PST) In-Reply-To: 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: Rick Moynihan Cc: emacs-orgmode@gnu.org Hi Rick, On Nov 3, 2009, at 5:01 PM, Rick Moynihan wrote: > Hi all, > > I'm wondering if anyone logs rescheduled tasks with org-mode... As I > find myself sometimes scheduling tasks for a future date, but then on > the day not having the capacity to do them. In these situations I > just reschedule them, but it'd be nice to record the dates for which > an item was originally scheduled in the LOGBOOK. > > Has anyone configured org-mode to do this? lognotedone only appears to > log state changes (rather than schedule/deadline changes). Get the latest version and use the variables `org-log-reschedule' and `org-log-redeadline'. HTH - Carsten