* Switching states without taking a note, occasionally
@ 2010-05-22 5:24 Juri Krivov
2010-05-22 12:23 ` Matt Lundin
0 siblings, 1 reply; 3+ messages in thread
From: Juri Krivov @ 2010-05-22 5:24 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 518 bytes --]
Hi everyone,
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?
I could not find information in the manual or elsewhere
Thank you very much in advance for any pointers
Juri
[-- Attachment #1.2: Type: text/html, Size: 714 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Switching states without taking a note, occasionally
2010-05-22 5:24 Switching states without taking a note, occasionally Juri Krivov
@ 2010-05-22 12:23 ` Matt Lundin
2010-05-23 5:30 ` Juri Krivov
0 siblings, 1 reply; 3+ messages in thread
From: Matt Lundin @ 2010-05-22 12:23 UTC (permalink / raw)
To: Juri Krivov; +Cc: emacs-orgmode
Hi Juri,
Juri Krivov <jkrivov@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Switching states without taking a note, occasionally
2010-05-22 12:23 ` Matt Lundin
@ 2010-05-23 5:30 ` Juri Krivov
0 siblings, 0 replies; 3+ messages in thread
From: Juri Krivov @ 2010-05-23 5:30 UTC (permalink / raw)
To: Matt Lundin; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1213 bytes --]
On Sat, May 22, 2010 at 2:23 PM, Matt Lundin <mdl@imapmail.org> wrote:
> Hi Juri,
>
> Juri Krivov <jkrivov@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---
>
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
[-- Attachment #1.2: Type: text/html, Size: 1833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-23 5:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22 5:24 Switching states without taking a note, occasionally Juri Krivov
2010-05-22 12:23 ` Matt Lundin
2010-05-23 5:30 ` Juri Krivov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).