I had this happen to me once before. What value do you get when you do C-h v planner-carry-tasks-forward? (Read the documentation for that, too.)
Older versions of planner had you set this variable to t. However, the current version also accepts a number that represents the number of days to go back. If you set it to 0, it should carry forward all tasks. So my guess is that you can repair what happened by doing the following: 1. Close Emacs. 2. Navigate to your plans directory and delete the today page, 2007.11.09.muse (or whatever it happens to be). 3. Start Emacs without starting Planner. 4. evaluate (setq planner-carry-tasks-forward 0) 5. do M-x plan Alternatively, you can do steps 1 & 2 and just change your planner configuration to include (setq planner-carry-tasks-forward 0), and then restart Emacs and planner. This is what I think I did several months ago. I now have (setq planner-carry-tasks-forward 0) in my planner configuration. HTH -- Raymond Zeitler <[EMAIL PROTECTED]> -----Original Message----- Date: Thu, 8 Nov 2007 08:34:59 -0500 From: [EMAIL PROTECTED] Subject: [Planner-el-discuss] Day Page suddenly empty I was surprised today when I did an M-x plan and my planner day page was empty. The tasks which should have been carried forward from the previous day do not appear. However, I can see the tasks if I open up TaskPool and specific project pages. The problem appears to be limited to the day page population. does anyone have any ideas? thank you, Kevin -- In Vino Veritas http://astroturfgarden.com _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
