From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: [BUG] Unable to use TODO(t@!) to track TODO state changes Date: Wed, 09 Nov 2011 08:56:33 -0600 Message-ID: <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]:51442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO9Zv-0002wb-WB for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 09:56:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO9Zr-00062I-Tn for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 09:56:39 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:36682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO9Zr-00061u-Qj for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 09:56:35 -0500 Received: from riotblast.dunsmor.com (65-36-72-143.dyn.grandenetworks.net [65.36.72.143]) by deathroller.dunsmor.com (Postfix) with ESMTP id CCB298C1C8 for ; Wed, 9 Nov 2011 08:50:27 -0600 (CST) 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: emacs-orgmode@gnu.org 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 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 This is with the latest org-mode (commit a4273cbe0e0) and Emacs 23.2.1. Thanks, Jason