| Newsgroups |
gmane.emacs.wiki.general |
| Message-ID |
<[email protected]> |
I just loaded the new debian packages for muse-el (3.02.90.arch.105-1) and
planner-el (3.40.arch.31-1) and am now getting the following error message:
,----
| (178) (muse/warning) An error occurred while publishing 2006.04.10:
| (search-failed <table class="month-calendar")
`----
Here is a backtrace.
,----
| Debugger entered--Lisp error: (search-failed "<table class=\"month-calendar\"")
| search-forward("<table class=\"month-calendar\"")
| (and (search-forward "<table class=\"month-calendar\"") (forward-line 0) (point))
| (save-excursion (and (search-forward "<table class=\"month-calendar\"") (forward-line 0) (point)))
| (let* ((inhibit-read-only t) (body ...) (start ...) (end ...) (calendar ...)) (when (and body calendar) (delete-region start end) (goto-char body) (planner-insert-markup calendar ...)))
| (progn (goto-char (point-min)) (let* (... ... ... ... ...) (when ... ... ... ...)))
| (if (string-match planner-date-regexp (or ... "")) (progn (goto-char ...) (let* ... ...)))
| (when (string-match planner-date-regexp (or ... "")) (goto-char (point-min)) (let* (... ... ... ... ...) (when ... ... ... ...)))
| planner-calendar-move-calendar-to-top-of-page-maybe()
| run-hooks(planner-calendar-move-calendar-to-top-of-page-maybe)
| muse-publish-markup-buffer("2005.07.25" (:base "my-planner-xhtml" :path "~/muse-target/agenda"))
| muse-publish-file("/home/rene/muse-source/agenda/2005.07.25.muse" (:base "my-planner-xhtml" :path "~/muse-target/agenda") "~/muse-target/agenda" nil)
| muse-project-publish-file("/home/rene/muse-source/agenda/2005.07.25.muse" ((:base "my-planner-xhtml" :path "~/muse-target/agenda")) nil)
| #<compiled-function (project &optional force) "...(223)" [pair forced-files value muse-publishing-styles...
| call-interactively(muse-project-publish)
`----
--
René