From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juri Krivov Subject: Re: Switching states without taking a note, occasionally Date: Sun, 23 May 2010 07:30:28 +0200 Message-ID: References: <87vdag2khy.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0358245940==" Return-path: Received: from [140.186.70.92] (port=34317 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OG3lh-0003l2-Om for emacs-orgmode@gnu.org; Sun, 23 May 2010 01:30:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OG3lf-0004rn-DO for emacs-orgmode@gnu.org; Sun, 23 May 2010 01:30:33 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:45055) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OG3lf-0004rJ-8j for emacs-orgmode@gnu.org; Sun, 23 May 2010 01:30:31 -0400 Received: by wyf22 with SMTP id 22so717547wyf.0 for ; Sat, 22 May 2010 22:30:28 -0700 (PDT) In-Reply-To: <87vdag2khy.fsf@fastmail.fm> 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: Matt Lundin Cc: emacs-orgmode --===============0358245940== Content-Type: multipart/alternative; boundary=0016e6d9a116dcde2e04873c3892 --0016e6d9a116dcde2e04873c3892 Content-Type: text/plain; charset=ISO-8859-1 On Sat, May 22, 2010 at 2:23 PM, Matt Lundin wrote: > 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. Example 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. Is 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., > > --8<---------------cut here---------------start------------->8--- > * TODO No note todo > :PROPERTIES: > :LOGGING: nil > :END: > --8<---------------cut here---------------end--------------->8--- > Hello Matt, thank you! But what I meant was, turn off logging temporarily, not for specific entries. I did more searching in customize, and now found (setq org-treat-S-cursor-todo-selection-as-state-change nil) as a solution. Now I can use S-right and get no logging! This is great. Thank you again for your time and your answer. Juri --0016e6d9a116dcde2e04873c3892 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Sat, May 22, 2010 at 2:23 PM, Matt Lu= ndin <mdl@imapmail= .org> wrote:
Hi Juri,

Juri Krivov <jkrivov@gmail.com&= gt; 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. =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. =A0Is there<= br> > 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.,

--8<---------------cut here---------------start------------->8---
* TODO No note todo
=A0:PROPERTIES:
=A0:LOGGING: =A0nil
=A0:END:
--8<---------------cut here---------------end--------------->8---
=
Hello Matt,
thank you!
But what I meant was, turn off logging temporarily, not = for specific entries.
I did more searching in customize, and now found
= (setq org-treat-S-cursor-todo-selection-as-state-change nil)
as a solution. =A0Now I can use S-right and get no logging!
This is great.
Thank you again for your tim= e and your answer.
Juri
--0016e6d9a116dcde2e04873c3892-- --===============0358245940== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0358245940==--