From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Feature request: Prompt to remove deadline/scheduled dates Date: Sat, 26 Dec 2009 12:02:38 +0100 Message-ID: References: <20091223215416.GC6266@cpoint.net> <20091224175339.GG6266@cpoint.net> 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 1NOUQ4-00030W-1q for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 06:02:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NOUPy-0002yl-S7 for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 06:02:47 -0500 Received: from [199.232.76.173] (port=59812 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOUPy-0002yd-JK for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 06:02:42 -0500 Received: from mail-fx0-f228.google.com ([209.85.220.228]:39388) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NOUPy-00081s-7r for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 06:02:42 -0500 Received: by fxm28 with SMTP id 28so586836fxm.26 for ; Sat, 26 Dec 2009 03:02:41 -0800 (PST) In-Reply-To: <20091224175339.GG6266@cpoint.net> 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: pholcomb@cpoint.net Cc: Matt Lundin , emacs-orgmode@gnu.org On Dec 24, 2009, at 6:53 PM, Paul Holcomb wrote: > On Wed, Dec 23, 2009 at 07:14:44PM -0500, Matt Lundin wrote: >> Paul Holcomb writes: >> >>> Its great that there is a log when the DEADLINE or SCHEDULED value >>> changes for an entry. It would also be nice if you could remove the >>> deadline or scheduled value using the same interface so it could be >>> logged. >>> >> I'm not entirely sure if this is what you are asking for, but you can >> remove SCHEDULED and DEADLINE metadata by adding a prefix argument to >> C-c C-s and C-c C-d. > > That's my fault; I wasn't very clear. > > Here's the problem: When you remove a deadline or schedule with the > prefix argument, it doesn't make an entry about the removed deadline > or schedule if you have the variable org-log-redeadline or > org-log-reschedule set to 'note, respectively. > > From a quick glance, it looks like an easy patch to org-deadline and > org-schedule as well. Turns out I was just thinking about it the > wrong way yesterday. > > Thanks for your followup here. Hi Paul, would you like to propose a patch? - Carsten