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

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

[emacs-wiki-discuss] Re: Welcome to Planner


From: Romain Francoise
Subject: [emacs-wiki-discuss] Re: Welcome to Planner
Date: Fri, 24 Jun 2005 22:51:50 +0200

I've tracked the planner-multi bug down to two places where the page
names are/get wikified where they shouldn't...  These changes are
probably inappropriate for general use and the real bug must be
elsewhere, but they allow me to use planner-multi and it's quite
powerful.  Rock!

--- orig/planner-multi.el
+++ mod/planner-multi.el
@@ -427,6 +427,8 @@
 LINK-TEXT, DATE, and PLAN override those in INFO.
 Create task on multiple pages if necessary."
   (setq link-text (or link-text (planner-task-link-text info)))
+  (setq link-text (mapconcat 'planner-link-base
+                            (planner-multi-split link-text) " "))
   (when planner-multi-copy-tasks-to-page
     (if link-text
         (unless (string-match (regexp-quote planner-multi-copy-tasks-to-page) 
link-text)
@@ -752,7 +754,7 @@
            ((or (null str)
                 (string= (car str) "")) planner-default-page)
            ((string= (car str) "nil") nil)
-           (t (mapconcat 'emacs-wiki-make-link str planner-multi-separator))))
+           (t (mapconcat 'identity str planner-multi-separator))))
       (setq minibuffer-local-completion-map map))))
 
 (defun planner-multi-read-name-multiple-prompts (file-alist prompt initial)

-- 
Romain Francoise <address@hidden> | Last night the whole of hell
it's a miracle -- http://orebokech.com/ | came down to bathe and dine
                                        | with us.





reply via email to

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