emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Fix for planner-multi


From: Seth Falcon
Subject: [emacs-wiki-discuss] Fix for planner-multi
Date: Tue, 22 Nov 2005 09:02:13 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]