John Sullivan <john <at> wjsullivan.net> writes:

> Sorry, can we see the surrounding markup too? Or at least something 
> equivalent?
> Sometimes unexpected behavior is caused by errors in the surrounding markup.

I have the same problem (same Backtrace) with a new planner page like this:

> > > 2007.03.24.muse on < < <

<planner-notes-index page="2007.03.23">

* Tasks


* Schedule


* Notes

.#1 Prova 

 prova

> > >  2007.03.24.muse off < < <

These are my .emacs lines where I set the header and footer of xhtml files:

 '(muse-xhtml-header "<?xml version=\"1.0\" encoding=\"<lisp>
  (muse-html-encoding)</lisp>\"?>
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"
    \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\";>
<html xmlns=\"http://www.w3.org/1999/xhtml\";>
  <head>
    <title><lisp>
  (concat (muse-publishing-directive \"title\")
          (let ((author (muse-publishing-directive \"author\")))
            (if (not (string= author (user-full-name)))
                (concat \" (by \" author \")\"))))</lisp></title>
    <meta name=\"generator\" content=\"muse.el\" />
    <meta http-equiv=\"<lisp>muse-html-meta-http-equiv</lisp>\"
          content=\"<lisp>muse-html-meta-content-type</lisp>\" />
    <lisp>
      (let ((maintainer (muse-style-element :maintainer)))
        (when maintainer
          (concat \"<link rev=\\\"made\\\" href=\\\"\" maintainer \"\\\" />\")))
    </lisp>
    <lisp>muse-xhtml-style-sheet</lisp>
<link rel=\"stylesheet\" type=\"text/css\" charset=\"utf-8\" media=\"all\" 
href=\"/noviglob/journal/journal.css\" />
  </head>
  <body>
    <h1><lisp>
  (concat (muse-publishing-directive \"title\")
          (let ((author (muse-publishing-directive \"author\")))
            (if (not (string= author (user-full-name)))
                (concat \" (by \" author \")\"))))</lisp></h1>
    <!-- Page published by Emacs Muse begins here -->
<div id=\"menu\">
<a href=\"/noviglob/calendar/SchizoMuse.html\">?</a>
&nbsp;|&nbsp;
<a href=\"/noviglob/\">noviglob</a>
&nbsp;|&nbsp;
<a href=\"/noviglob/journal/\">schizojornale</a>
&nbsp;
<span id=\"rss\">(<a href=\"/noviglob/journal/rss/index.xml\">rss</a>)</span>
&nbsp;|&nbsp;
<a href=\"/noviglob/journal/jornalugo.html\">jornalugo</a>
&nbsp;
<span id=\"rss\">(<a 
href=\"/noviglob/journal/rss/jornalugo.xml\">rss</a>)</span>
&nbsp;|&nbsp;
<a href=\"/noviglob/calendar/\">calendiario</a>
&nbsp;|&nbsp;
<!-- a href=\"/noviglob/calendar/PianetaVerde.html\">pianetaverde</a>
&nbsp;|&nbsp; -->
<a href=\"mailto:[EMAIL PROTECTED]">@</a></div>
<br />
<hr />
")
 '(muse-xhtml-footer "
<!-- Page published by Emacs Muse ends here -->
<div id=\"footer\">
<span id=\"\"aboutmuse\">Generated by 
<a href=\"http://www.mwolson.org/projects/MuseMode.html\";>emacs muse</a>
<span>
<br />
<span id=\"\"aboutai\">Hosted by <a href=\"http://autistici.org\";>A/I</a><span>
</div>  
</body>
</html>
")


> > >

These are my projects settings:

 '(muse-project-alist 
(quote 
(("WebSite" 
("~/Pages" :default "index") 
(:base "xhtml" :path "~/public_html")) 
("SchizoJornale" 
("~/Journal" :default "index") 
(:base "journal-xhtml" :path "~/public_html/journal") 
(:base "journal-rss" 
:base-url "http://www.inventati.org/noviglob/journal/"; 
:path "~/public_html/journal/rss")) 
("CalenDiario" 
("~/Plans" :default "WelcomePage" 
:major-mode planner-mode 
:visit-link planner-visit-link) 
(:base "planner-xhtml" :path "~/public_html/calendiario")))))



_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to