Zim

Actionable tasks and tasks hierarchy

Asked by Tomasz (Tomek) Muras

Are actionable tasks implemented in 0.56? No matter what I do, I can't get the filtering by "actionable" to sort.
I've tried with
[] parent
   [] kid1
   [] kid2

and with dependencies as described on http://www.zim-wiki.org/wiki/doku.php?id=task_list_with_dependencies - but no luck.

The questions is: how do I make a task non-actionable?

Question information

Language:
English Edit question
Status:
Solved
For:
Zim Edit question
Assignee:
No assignee Edit question
Solved by:
Jaap Karssenberg
Solved:
Last query:
Last reply:
Revision history for this message
Jaap Karssenberg (jaap.karssenberg) said :
#1

They are, but in the same meaning as in the bug reports you list. They
are implemented to be able to use the "nexT" keyword. Please see last
weeks discussion on the mailing list for details.

(And yes the manual is being updated to explain_)

Revision history for this message
Tomasz (Tomek) Muras (zabuch) said :
#2

So, here is a way to do that:
[] parent task
Next: next task1
Next: next task2

When you close "parent task", then "next task1" becomes actionable. I guess that to make "next task2" actionable, you need to change Next: keyword into [] ?

Revision history for this message
Best Jaap Karssenberg (jaap.karssenberg) said :
#3

On Tue, May 1, 2012 at 9:45 PM, Tomasz (Tomek) Muras
<email address hidden> wrote:
> Question #195563 on Zim changed:
> https://answers.launchpad.net/zim/+question/195563
>
>    Status: Answered => Open
>
> Tomasz (Tomek) Muras is still having a problem:
> So, here is a way to do that:
> [] parent task
> Next: next task1
> Next: next task2
>
> When you close "parent task", then "next task1" becomes actionable. I
> guess that to make "next task2" actionable, you need to change Next:
> keyword into [] ?

Try :

[ ] parent task
[ ] Next: next task1
[ ] Next: next task2

Now you should see two tasks show up as non-actionable.

After you check the parent task, the next task automatically becomes actionable.

-- Jaap

Revision history for this message
Tomasz (Tomek) Muras (zabuch) said :
#4

Thanks Jaap Karssenberg, that solved my question.