From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: [BUG] Unable to use TODO(t@!) to track TODO state changes Date: Wed, 9 Nov 2011 17:37:58 +0100 Message-ID: References: <8762itbazi.fsf@riotblast.dunsmor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROBAP-0003n0-By for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 11:38:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROBAL-0003ao-4Q for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 11:38:25 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:35347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROBAK-0003ag-Q6 for emacs-orgmode@gnu.org; Wed, 09 Nov 2011 11:38:21 -0500 Received: by bke17 with SMTP id 17so423443bke.0 for ; Wed, 09 Nov 2011 08:38:19 -0800 (PST) In-Reply-To: <8762itbazi.fsf@riotblast.dunsmor.com> 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 Hi Jason, On Wed, Nov 9, 2011 at 15:56, Jason Dunsmore wrot= e: > 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. =C2=A0Is 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. > I believe the above should be: - Add note _with timestamp_ when entering state - Log timestamp when exiting state That said, you can simply hit C-c C-c to simply log the timestamp without a note. In other words, '@' is equivalent to '!' + note, so just enter a blank note. :) > Thanks, > Jason > HTH --=20 Suvayu Open source is the future. It sets us free.