From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: [BUG] Unable to use TODO(t@!) to track TODO state changes Date: Wed, 09 Nov 2011 16:40:50 +0100 Message-ID: <83pqh1pam5.fsf@yahoo.it> References: <8762itbazi.fsf@riotblast.dunsmor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROAGe-0002QQ-SR for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 10:40:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROAGY-0000Fn-At for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 10:40:48 -0500 Received: from nm9.bullet.mail.ukl.yahoo.com ([217.146.182.250]:34542) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ROAGY-0000FI-2X for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 10:40:42 -0500 In-Reply-To: <8762itbazi.fsf@riotblast.dunsmor.com> (Jason Dunsmore's message of "Wed, 09 Nov 2011 08:56:33 -0600") 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: Jason Dunsmore Cc: emacs-orgmode@gnu.org Jason Dunsmore writes: Hi, _Jason, > After reading http://orgmode.org/org.html#Tracking-TODO-state-changes, > I expected the "@!" TODO syntax, eg. TODO(t@!), to do the following: > > - Log timestamp when entering state > - Add note when entering state Well the TODO(t@!) syntax seems not to be allowed. It is your expectation, I'd say a feature request ;-) cheers, Giovanni > > This syntax appears to break the functionality, because it does neither. > The state is changed with no logging or note prompt. Is this a bug? > > I verified that the TODO(t@/!) syntax does work as indicated in the > manual. > > - Add note when entering state > - Log timestamp when entering state > - Log timestamp when exiting state