From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Switching states without taking a note, occasionally Date: Sat, 22 May 2010 08:23:21 -0400 Message-ID: <87vdag2khy.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=35592 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFnd7-0005Xy-RW for emacs-orgmode@gnu.org; Sat, 22 May 2010 08:16:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFnd4-0005c0-OV for emacs-orgmode@gnu.org; Sat, 22 May 2010 08:16:37 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:33552) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFnd4-0005bs-LE for emacs-orgmode@gnu.org; Sat, 22 May 2010 08:16:34 -0400 In-Reply-To: (Juri Krivov's message of "Sat, 22 May 2010 07:24:11 +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: Juri Krivov Cc: emacs-orgmode Hi Juri, Juri Krivov writes: > I have my TODO states set up in a way so that I am often > asked for a state change note, because this is most of the time what > I want. =C2=A0Example would be > #+TODO: TODO(t) | DONE(d@) > However, sometimes I have a couple of tasks that I would like to > quickly > switch to DONE, without going through the noting process. =C2=A0Is there > a way to do this, to switch task with note-taking switched off > temporarily? You can set the :LOGGING: property for that item: (info "(org) Tracking TODO state changes") E.g.,=20 --8<---------------cut here---------------start------------->8--- * TODO No note todo :PROPERTIES: :LOGGING: nil :END: --8<---------------cut here---------------end--------------->8--- Best, Matt