I thought I saw discussion of such a feature in the documentation, but now can't find it again after several passes through. And if no such feature is present, I'd appreciate people sharing their processes for cleaning up completed task entries.
Here's what I've implemented. Completing a task (or cancelling) results it being planner-multi assigned to the current day (in addition to the current project page). On top of this - I have crazy logic that makes the completed/cancelled tasks invisible so they don't clutter up the project page. But only for tasks that are older than a few days. This leaves me with only the recently completed/cancelled tasks on a project page but all of them are the day pages on which they were marked as completed/cancelled. This might sound useful, but for me, I've come to the conclusion that the approach is wrong headed. I really don't care when the task was completed as its frequently wrong anyway. And, while marking the line invisible works for the most part, they are some odd quirks that pop up given that emacs has to go through some silliness to do that. I'll share my crappy elisp code soon. -Eric _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
