* Clearing checkboxes after a recurring task is done
@ 2011-09-01 17:39 Tatsuhito Koya
2011-09-01 18:17 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Tatsuhito Koya @ 2011-09-01 17:39 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 688 bytes --]
Hello,
I have a recurring task defined something like this:
* TODO Inspect systems
DEADLINE: <2011-06-01 Wed +1m>
- [ ] Inspect System A
- [ ] Inspect System B
- [ ] Inspect System C
- [ ] Inspect System D
The variable org-enforce-todo-dependencies is set, so that I cannot change
this task to DONE until all systems are inspected.
I notice that even if I change the task to DONE, the checkboxes are still
checked
although the deadline is moved forward by a month. Is there a way to
automatically
clear the checkboxes when I change the task to DONE?
I checked the manual but could not find relevant information.
I am using org-mode 7.7 and GNU emacs for Windows 23.3.1.
Thank you,
[-- Attachment #2: Type: text/html, Size: 777 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Clearing checkboxes after a recurring task is done
2011-09-01 17:39 Clearing checkboxes after a recurring task is done Tatsuhito Koya
@ 2011-09-01 18:17 ` Nicolas Goaziou
2011-09-01 18:50 ` Tatsuhito Koya
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2011-09-01 18:17 UTC (permalink / raw)
To: Tatsuhito Koya; +Cc: emacs-orgmode
Hello,
Tatsuhito Koya <tkoya96@gmail.com> writes:
> I have a recurring task defined something like this:
>
> * TODO Inspect systems
> DEADLINE: <2011-06-01 Wed +1m>
> - [ ] Inspect System A
> - [ ] Inspect System B
> - [ ] Inspect System C
> - [ ] Inspect System D
>
> I notice that even if I change the task to DONE, the checkboxes are
> still checked although the deadline is moved forward by a month. Is
> there a way to automatically clear the checkboxes when I change the
> task to DONE?
You may have a look at org-checklist in contrib directory, which does
exactly that.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Clearing checkboxes after a recurring task is done
2011-09-01 18:17 ` Nicolas Goaziou
@ 2011-09-01 18:50 ` Tatsuhito Koya
0 siblings, 0 replies; 3+ messages in thread
From: Tatsuhito Koya @ 2011-09-01 18:50 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 776 bytes --]
Thank you, this is exactly what I need!
On Thu, Sep 1, 2011 at 11:17 AM, Nicolas Goaziou <n.goaziou@gmail.com>wrote:
> Hello,
>
> Tatsuhito Koya <tkoya96@gmail.com> writes:
>
> > I have a recurring task defined something like this:
> >
> > * TODO Inspect systems
> > DEADLINE: <2011-06-01 Wed +1m>
> > - [ ] Inspect System A
> > - [ ] Inspect System B
> > - [ ] Inspect System C
> > - [ ] Inspect System D
> >
> > I notice that even if I change the task to DONE, the checkboxes are
> > still checked although the deadline is moved forward by a month. Is
> > there a way to automatically clear the checkboxes when I change the
> > task to DONE?
>
> You may have a look at org-checklist in contrib directory, which does
> exactly that.
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 1224 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-01 18:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-01 17:39 Clearing checkboxes after a recurring task is done Tatsuhito Koya
2011-09-01 18:17 ` Nicolas Goaziou
2011-09-01 18:50 ` Tatsuhito Koya
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.