From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Logging state change with timestamp, but without note Date: Fri, 15 Feb 2008 11:14:21 +0100 Message-ID: <2C5E1CDF-1E11-4B41-8ED4-9A6894493F0E@science.uva.nl> References: <47B39DB7.2020706@gmail.com> <87prv0ckos.fsf@bzg.ath.cx> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPxaS-00048P-Ql for emacs-orgmode@gnu.org; Fri, 15 Feb 2008 05:14:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPxaQ-00046O-4u for emacs-orgmode@gnu.org; Fri, 15 Feb 2008 05:14:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPxaP-00045s-BD for emacs-orgmode@gnu.org; Fri, 15 Feb 2008 05:14:29 -0500 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPxaO-0007YQ-Ou for emacs-orgmode@gnu.org; Fri, 15 Feb 2008 05:14:28 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1299094ugf.48 for ; Fri, 15 Feb 2008 02:14:27 -0800 (PST) In-Reply-To: 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: emacs-orgmode@gnu.org, Wanrong Lin This is in the git repo now. - Carsten On Feb 14, 2008, at 1:50 PM, Carsten Dominik wrote: > Hi Bastien, > > I am not sure this i a complete enough solution. If I understand > Wanrong correctly, > I think he wants to be able to define the specific states that > should record a time. > > So I guess a complete solution would be to introduce a character > like "!", similar to the "@" we are already using to denote taking a > note. So > > #+TODO: TODO(t) WAITING(w@) | DELEGATED DONE CANCELED(c!) > > would record a note when switching to WAITING, and only a time when > switching to CANCELED. > > - Carsten > > > On Feb 14, 2008, at 3:53 AM, Bastien Guerry wrote: > >> Wanrong Lin writes: >> >>> I would like to record down the time stamp when a TODO item >>> changed its >>> state into some specific states (like "DELEGATED"), but I don't >>> want to >>> be prompt with a window for notes. >> >> I like the idea. >> >> Here is a patch against latest org.el from git that implements >> something >> that might suits your needs. >> >> If you add "%!" to one of the heading in `org-log-note-headings' then >> Org doesn't pop up a new buffer, the log is filled automatically. >> >> (setq org-log-note-headings >> '((done . "CLOSING NOTE %t") >> (state . "State %-12s %t%!") >> (clock-out . "")))) >> >> Carsten, if you like it, I push it and update the manual accordingly. >> >> >> -- >> Bastien > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode