From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Added support for "habit tracking" Date: Tue, 20 Oct 2009 11:56:37 -0400 Message-ID: References: <87fx9erwn2.fsf@fastmail.fm> <4F1F6D95-0A72-4A24-998D-4625BC4A7437@gmail.com> 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 1N0H4n-0004Ng-7R for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 11:56:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0H4i-0004N6-Sd for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 11:56:44 -0400 Received: from [199.232.76.173] (port=35037 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0H4i-0004N3-Ls for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 11:56:40 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:52609) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0H4i-0007KN-6u for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 11:56:40 -0400 In-Reply-To: <4F1F6D95-0A72-4A24-998D-4625BC4A7437@gmail.com> (Carsten Dominik's message of "Tue, 20 Oct 2009 17:29:30 +0200") 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: Carsten Dominik Cc: Org-mode Mode Hi Carsten, Carsten Dominik writes: >> 2. It is somewhat cumbersome to add two repeating timestamps to the >> same >> entry. If one sets up the first repeating timestamp, then one cannot >> add >> a second timestamp automatically. I.e., the following error message >> appears: >> >> "Cannot change deadline on task with repeater, please do that by hand" > > I don't seem to be able to reproduce this. Can you please explain > in more detail? Here's an example: Let's say I have a task, that is scheduled to repeat every two days: --8<---------------cut here---------------start------------->8--- * Shave SCHEDULED: <2009-10-20 Tue .+2d> --8<---------------cut here---------------end--------------->8--- When I try to add a deadline interactively with C-c C-d, I receive an error message: "Cannot change deadline on task with repeater, please do that by hand". - Matt