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

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

Re: [emacs-wiki-discuss] Planner and Muse


From: Jody Klymak
Subject: Re: [emacs-wiki-discuss] Planner and Muse
Date: Fri, 19 Mar 2004 08:37:24 -0800
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (darwin)

Hi Sacha,

Tasks are not working correctly for me with the muse back end, but
seem fine without it.  

A backtrace is given below, but it is not unique.  Saving doesn't
work anymore etc etc.  I've also attached my planner-config.el.  If I
comment out the muse load path then everything goes back to normal.

Thanks,  Jody



Debugger entered--Lisp error: (void-function planner-link-base)
  (planner-link-base link)
  (setq link (planner-link-base link))
  (and link (setq link (planner-link-base link)))
  (let ((category ...) (priority ...) (status ...) (description ...) 
(case-fold-search nil) link-text link plan date) (when (= ... 0) (setq priority 
nil)) (cond (... ... ... ...) (... ... ... ...) (... ... ... ...) (... ...)) 
(and link (setq link ...)) (unless (planner-local-page-p link) (setq link nil)) 
(if (string-match planner-date-regexp page-name) (progn ... ...) (setq plan 
...) (setq date link)) (list page-name category priority status description 
link link-text plan date))
  (progn (let (... ... ... ... ... link-text link plan date) (when ... ...) 
(cond ... ... ... ...) (and link ...) (unless ... ...) (if ... ... ... ...) 
(list page-name category priority status description link link-text plan date)))
  (if (string-match (concat "#?\\([A-C]\\)\\([0-9]*\\)\\s-+\\(" 
planner-marks-regexp "\\)\\s-+\\(.+\\)") string) (progn (let ... ... ... ... 
... ... ...)))
  (when (string-match (concat "#?\\([A-C]\\)\\([0-9]*\\)\\s-+\\(" 
planner-marks-regexp "\\)\\s-+\\(.+\\)") string) (let (... ... ... ... ... 
link-text link plan date) (when ... ...) (cond ... ... ... ...) (and link ...) 
(unless ... ...) (if ... ... ... ...) (list page-name category priority status 
description link link-text plan date)))
  planner-task-info-from-string("2004.03.19" #("#C1  _ Fix Matlab docprint so 
it is not such a mess {{Tasks:8}} (ComputerStuff)" 0 65 (fontified t) 65 78 
(help-echo "ComputerStuff" mouse-face highlight keymap (keymap ... ... ... ... 
... ...) rear-nonsticky t face emacs-wiki-link-face fontified t) 78 79 
(fontified t)))
  planner-current-task-info()
  (let ((case-fold-search nil) (info ...)) (save-excursion (when info ... ... 
...)))
  planner-mark-task("X")
  planner-task-done()
* call-interactively(planner-task-done)

Attachment: planner-config.el
Description: application/emacs-lisp

-- 
Jody Klymak      http://opg1.ucsd.edu/~jklymak/
mailto:address@hidden   

reply via email to

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