Kohkichi Hosoda <[EMAIL PROTECTED]> writes:

> On August 5th 2005, I updated emacs-wiki, planner, and remember.
> Since then, emacs-wiki-visit-link has not worked.  
> Every time I hit M-x planner-note-index and middle-click on the item I
> want, I get an error message as the followings.  

Thank you for pointing this out! It turns out that planner-notes-index
needs to manually change the project to planner-project. I've fixed it
in dev/468. You can either download the new version or apply this
patch. Thanks again!

--- orig/planner-notes-index.el
+++ mod/planner-notes-index.el
@@ -264,7 +264,9 @@
                 (planner-notes-index-insert-as-list item nil "- " "\n")
                 (insert "\n"))
               headlines)
-      (planner-mode)
+      (let ((emacs-wiki-current-project planner-project))
+        (planner-mode)
+        (emacs-wiki-change-project planner-project))
       (goto-char (point-min))
       (pop-to-buffer (current-buffer)))))
 

-- 
Sacha Chua <[EMAIL PROTECTED]> - open source geekette
http://sacha.free.net.ph/ - PGP Key ID: 0xE7FDF77C
interests: emacs, gnu/linux, personal information management, juggling
sachac on irc.freenode.net#emacs . YM: sachachua83


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

Reply via email to