Home | History | Annotate | Download | only in scripts

Lines Matching refs:todo

78 # Sort/annotate done, pending, and todo item lists
83 todo=[]
93 else: todo.append(out)
107 outfile.write("<a name=todo><h2><a href=#todo>Not started yet</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(todo))
111 outfile.write("<hr><h2>Categories of remaining todo items</h2>")
114 todo = []
118 if j in pending: todo.append('<strike>%s</strike>' % j)
119 else: todo.append(categorize(reverse,j,i))
121 if todo:
128 outfile.write(" ".join(todo))