Guest User

todo.daily

a guest
Aug 31st, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. title Go shopping
  3. level 1
  4. depends none
  5. urgency 10
  6. importance 10
  7. }
  8. {
  9. title Buy food
  10. level 2
  11. depends Go shopping
  12. urgency 10
  13. importance 10
  14. }
  15. {
  16. title Buy clothes
  17. level 2
  18. depends Go shopping
  19. urgency 5
  20. importance 5
  21. }
  22. {
  23. title Do the job
  24. level 1
  25. depends none
  26. urgency 15
  27. importance 15
  28. }
  29. {
  30. title Have a rest
  31. level 1
  32. depends Do the job
  33. urgency 5
  34. importance 10
  35. }
  36. {
  37. title Make dinner
  38. level 1
  39. depends Go shopping
  40. urgency 20
  41. importance 20
  42. }
Advertisement
Add Comment
Please, Sign In to add comment