emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Fwd: Checkboxes in Agenda


From: Bernt Hansen
Subject: [Orgmode] Re: Fwd: Checkboxes in Agenda
Date: Thu, 24 Jun 2010 12:53:56 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Bernt Hansen <address@hidden> writes:

> Nick Parker <address@hidden> writes:
>
>> Tassilo,
>>
>> The root item is in fact a TODO item with a scheduled date, I have just been 
>> using checkboxes as children of the root TODO item for tracking the 
>> individual work items related to the TODO.  So for example:
>>
>> * TODO Prepare for trip
>> [ ] pack clothes
>> [ ] print boarding tickets
>> [ ] turn on alarm
>>
>> I suppose could swap out the checkboxes for two stars instead, I was just 
>> asking.
>
> Or put a checkbox cookie in the headline
>
> * TODO Prepare for trip [%] [/]
>
> and it updates when you check/uncheck the boxes
>
> * TODO Prepare for trip
>   [ ] pack clothes
>   [ ] print boarding tickets
>   [ ] turn on alarm

Sorry this mail got sent a bit prematurely :)

* TODO Prepare for trip [0%] [0/3]

  - [ ] pack clothes
  - [ ] print boarding tickets
  - [ ] turn on alarm

* TODO Prepare for trip [33%] [1/3]

  - [X] pack clothes
  - [ ] print boarding tickets
  - [ ] turn on alarm

* TODO Prepare for trip [100%] [3/3]

  - [X] pack clothes
  - [X] print boarding tickets
  - [X] turn on alarm

You can use either the [%] or [/] (or both) cookies in a headline
As long as the checkboxes are lists it updates properly.

HTH,
Bernt




reply via email to

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