emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Switching states without taking a note, occasionally


From: Matt Lundin
Subject: [Orgmode] Re: Switching states without taking a note, occasionally
Date: Sat, 22 May 2010 08:23:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Juri,

Juri Krivov <address@hidden> 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---

Best,
Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]