Hi Juri,

Juri Krivov <jkri...@gmail.com> 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

_______________________________________________
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

Reply via email to