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

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

[emacs-wiki-discuss] planner-notes-index.el update (was Re: emacs-wiki-v


From: Sacha Chua
Subject: [emacs-wiki-discuss] planner-notes-index.el update (was Re: emacs-wiki-visit-link does not work)
Date: Sun, 07 Aug 2005 11:18:30 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Kohkichi Hosoda <address@hidden> 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 <address@hidden> - 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




reply via email to

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