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

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

[emacs-wiki-discuss] planner-multi and notes


From: Sven Kloppenburg
Subject: [emacs-wiki-discuss] planner-multi and notes
Date: Wed, 27 Jul 2005 19:52:05 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Hi All,

I just tried to "remember" a note to multiple pages using planner-multi.

It only appeared on the Date page. The other pages just had empty note headers
created.

I updated planner, emacs-wiki and remember to the latest arch-versions, bu the
problem persisted. Some bughunting later I inserted an additional closing
brace in planner.el/planner-current-note-info

-- 
sven



--- orig/planner.el
+++ mod/planner.el
@@ -2749,7 +2749,7 @@
                                emacs-wiki-name-regexp
                                "\\)*")
                      emacs-wiki-name-regexp)
-                   "\\)\\s-*$")
+                   "\\))\\s-*$")
                    title)
               (setq link (planner-match-string-no-properties 1 title))
               (setq title (replace-match "" nil t title)))








reply via email to

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