[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Planner-el problem
From: |
address@hidden |
Subject: |
Planner-el problem |
Date: |
Sun, 23 Sep 2007 03:31:56 -0700 |
User-agent: |
G2/1.0 |
Hi,
I'm new to Emacs and just installed planner-el mode few days ago.
There seems to be a weird problem with it though. Whenever I start
emacs and run planner via "M-x plan" I get this error:
Debugger entered--Lisp error: (wrong-type-argument symbolp (quote
beginning-of-line))
font-lock-compile-keywords(nil)
font-lock-set-defaults()
font-lock-mode-internal(t)
font-lock-default-function(t)
font-lock-mode()
turn-on-font-lock()
turn-on-font-lock-if-enabled()
global-font-lock-mode-enable-in-buffers()
run-hooks(after-change-major-mode-hook)
run-mode-hooks(planner-mode-hook)
(if (fboundp (quote run-mode-hooks)) (run-mode-hooks (quote planner-
mode-hook)) (run-hooks (quote planner-mode-hook)))
planner-mode()
funcall(planner-mode)
(let ((project ...)) (funcall (or ... ...)))
muse-mode-choose-mode()
set-auto-mode-0(muse-mode-choose-mode nil)
set-auto-mode()
normal-mode(t)
after-find-file(t t)
find-file-noselect-1(#<buffer 2007.09.23.muse> "~/Plans/
2007.09.23.muse" nil nil "~/Plans/2007.09.23.muse" nil)
find-file-noselect("/Users/trepca/Plans/2007.09.23.muse" nil nil
nil)
find-file-other-window("/Users/trepca/Plans/2007.09.23.muse")
funcall(find-file-other-window "/Users/trepca/Plans/
2007.09.23.muse")
(if (cdr name) (funcall (or command ...) (cdr name)) (error "There
is no page %s in project %s" (car name) project-name))
(let ((project-name ...)) (unless (interactive-p) (setq project ...
name ...)) (if (and ... ...) (setcdr name ...) (unless ... ... ...))
(if (cdr name) (funcall ... ...) (error "There is no page %s in
project %s" ... project-name)))
muse-project-find-file("2007.09.23" "WikiPlanner" find-file-other-
window nil)
planner-find-file("2007.09.23" find-file-other-window)
(progn (planner-find-file date (if planner-use-other-
window ... ...)) (widen) (goto-char (point-min)) (run-hooks (quote
planner-goto-hook)) t)
(if (or (not just-show) (planner-page-exists-p date)) (progn
(planner-find-file date ...) (widen) (goto-char ...) (run-hooks ...)
t) (when (interactive-p) (message "No planner file for %s." date))
nil)
planner-goto("2007.09.23")
planner-goto-today()
(progn (unless force-days (setq force-days ...)) (when (and ... ...)
(setq force-days t)) (planner-goto-today) (let*
(... ... ... ... ... ...) (when ... ...) (when force-days ...)
(if ... ... ...) (when planner-tasks-file-behavior ...)))
(if planner-use-day-pages (progn (unless force-days ...)
(when ... ...) (planner-goto-today) (let* ... ... ... ... ...))
(planner-find-file (or planner-default-page planner-initial-page)))
plan(nil)
call-interactively(plan)
execute-extended-command(nil)
call-interactively(execute-extended-command)
BUT! When I then kill the buffer with error message and type "M-x
plan" again, planner-el starts to work...what am I missing?
Thanks, Sebastjan
- Planner-el problem,
address@hidden <=