planner-multi-replan-task works better for me with this fix:

--- orig/planner-multi.el
+++ mod/planner-multi.el
@@ -330,7 +330,7 @@
     ;; Map over any new pages that were not included
     (setq old-pages (mapcar 'planner-link-base 
(planner-multi-task-link-as-list info)))
     (mapcar (lambda (page)
-              (unless (member (planner-page-name) old-pages)
+              (unless (member page old-pages)
                 (planner-find-file page)
                 (if (planner-find-task info)
                     (delete-region (planner-line-beginning-position)     


I posted about this earlier this month, but I think it got lost:
http://lists.gnu.org/archive/html/emacs-wiki-discuss/2005-11/msg00056.html

Best,

+ seth


_______________________________________________
emacs-wiki-discuss mailing list
emacs-wiki-discuss@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to