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

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

[emacs-wiki-discuss] problem with planner-muse


From: David Ellis
Subject: [emacs-wiki-discuss] problem with planner-muse
Date: Thu, 13 Oct 2005 08:31:34 -0500

When my todo are brought over from a previous day, some of the links are 
getting double sets of brackets ([[[[]]]] instead of [[]]). I had a backup of 
my planner directory so I restored it so I can show what is happening. Here is 
my 2005.10.12 page before running plan today.

* Tasks

#A   _ Fix SameBond to deal correctly with descr ([[2005.10.12]] [[¶Migrate]] 
address@hidden [[All]])
#B   _ Add new fields to migrate ([[2005.10.12]] [[¶Migrate]] address@hidden 
[[All]])
#B   _ Add check to see if issur records have changed ([[2005.10.12]] 
[[¶Migrate]] address@hidden [[All]])
#B   _ Write program to compare most recent entry in =security_hist= to bond 
([[2005.10.12]] [[¶MigrateCleanup]] address@hidden [[All]])
#B   _ Develop query to find trusts for which =cum_deposit_qty= <> the sum 
([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) with cum_deposit_qty]] 
address@hidden [[All]])
#B   _ Review query with Mike ([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) 
with cum_deposit_qty]] address@hidden [[All]])
#B   _ Develop query to fix problem ([[2005.10.05]] [[¶Reconcile 
sum(tp.unit_chg_qty) with cum_deposit_qty]] address@hidden [[All]])
#B   _ Run update query ([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) with 
cum_deposit_qty]] address@hidden [[All]])
#B   _ Confirm with Sherry Wiese that she is no longer using the fields that 
begin with dsc_ in the trust table. ([[¶Fees and Charges]])
#B   _ Josh's Library book due 2005.10.11 ([[All]])
#B   X @10:00am Migrate and Weighting Update (address@hidden)

* Diary

  7:00-10:00pm Bible Study

* Notes


Then, after I run plan, here is today's page.

* Tasks

#A   _ Fix SameBond to deal correctly with descr ([[[[2005.10.13]]]] 
[[[[¶Migrate]]]] address@hidden [[[[All]]]])
#B   _ Add new fields to migrate ([[[[2005.10.13]]]] [[[[¶Migrate]]]] 
address@hidden [[[[All]]]])
#B   _ Add check to see if issur records have changed ([[[[2005.10.13]]]] 
[[[[¶Migrate]]]] address@hidden [[[[All]]]])
#B   _ Write program to compare most recent entry in =security_hist= to bond 
([[[[2005.10.13]]]] [[[[¶MigrateCleanup]]]] address@hidden [[[[All]]]])
#B   _ Develop query to find trusts for which =cum_deposit_qty= <> the sum 
([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) with cum_deposit_qty]] 
address@hidden [[All]])
#B   _ Review query with Mike ([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) 
with cum_deposit_qty]] address@hidden [[All]])
#B   _ Develop query to fix problem ([[2005.10.05]] [[¶Reconcile 
sum(tp.unit_chg_qty) with cum_deposit_qty]] address@hidden [[All]])
#B   _ Run update query ([[2005.10.05]] [[¶Reconcile sum(tp.unit_chg_qty) with 
cum_deposit_qty]] address@hidden [[All]])
#B   _ Confirm with Sherry Wiese that she is no longer using the fields that 
begin with dsc_ in the trust table. ([[¶Fees]] [[and]] [[Charges]])
#B   _ Josh's Library book due 2005.10.11 ([[All]])
#B   _ @10:00am Migrate and Weighting Update ([[2005.10.13]] address@hidden 
[[All]])

* Diary

  Yom Kippur*
  7:00-9:00pm Josh-Network

* Notes


Here is the planner part of my .emacs file.


;; Add the directories to your load path 
;(add-to-list 'load-path "C:/Program Files/emacs/lisp/sacha-dev/emacs-wiki")
(add-to-list 'load-path "C:/Program Files/emacs/lisp/muse/lisp")
(add-to-list 'load-path "C:/Program Files/emacs/lisp/planner-muse")
;(add-to-list 'load-path "C:/Program Files/emacs/lisp/sacha-dev/planner")
;(add-to-list 'load-path "C:/Program Files/emacs/lisp/sacha-dev/remember")

;; Load planner
(require 'muse)
(require 'planner)
;(require 'emacs-wiki)
;(require 'remember)
(require 'planner-multi)
(require 'planner-tasks-overview)
(require 'planner-diary)
(require 'planner-cyclic)
(require 'planner-appt)

(setq planner-project "WikiPlanner")
(setq muse-project-alist
      '(("WikiPlanner"        ;; use value of `planner-project'
         ("~/Memos"           ;; where your Planner pages are located
          :default "TaskPool" ;; use value of `planner-default-page'
          :major-mode planner-mode
          :visit-link planner-visit-link)

         ;; This next part is for specifying where Planner pages
         ;; should be published and what Muse publishing style to
         ;; use.  In this example, we will use the XHTML publishing
         ;; style.

         (:base "xhtml"
                ;; value of `planner-publishing-directory'
                :path "~/public_html/Plans"))))




(setq planner-cyclic-diary-file "~/Memos/diary.cyclic-tasks")
(setq planner-directory "~/Memos")
(setq diary-file "~/Memos/diary")
(setq planner-diary-file "~/Memos/diary")
(setq planner-cyclic-task-description-format "%s")
(add-hook 'diary-display-hook 'fancy-diary-display)
(setq planner-multi-copy-tasks-to-page "All")
(setq planner-tasks-file-behavior 'save)
(setq planner-reverse-chronological-notes 't)
(setq planner-diary-use-diary t)
(planner-diary-insinuate)
(setq planner-day-page-template
 "* Tasks\n\n\n* Diary\n\n\n* Notes")
(planner-appt-use-tasks)
(planner-appt-insinuate)
(setq planner-cyclic-task-description-format "%s")
;;(setq planner-multi-separator ",")
(setq planner-read-name-function 'planner-multi-read-name-multiple-prompts)


Can anyone tell me how to avoid these extra brackets.

For now, I am going back to planner and emacs-wiki.

Dave




-- 
___________________________________________________
Play 100s of games for FREE! http://games.mail.com/





reply via email to

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