On 1/20/2006 9:40 PM, Michael Olson wrote:
Ken Brown <[EMAIL PROTECTED]> writes:

  
I just upgraded, and now my "index" pages don't publish correctly.
I have an index page for each project, with the contents

   <lisp>(planner-index-as-string t t)</lisp>

With the new version of muse, some of the items in the list of pages
don't publish as links, some publish `[[' at the beginning, and some
have a letter cut off.  Previously I was using a fairly recent
version of the 3.02 branch (as of about January 2, I think), and
this problem didn't occur.
    

Does the same thing happen with <lisp>(muse-index-as-string t
t)</lisp>?  If so, I'm not noticing it at the moment.  The published
output would be nice to have.
Yes, it does happen.  I should have said in my original email that I'm talking about html publishing.  I haven't tried anything else.  Here's an example.  I have a small project with three files in the directory, called ChairsNotebook.muse, QuickStart.muse, and WikiIndex.muse.  The last one contains only the line <lisp>(muse-index-as-string t t)</lisp>.  When I publish under the older version of muse, the index page contains (correctly)

    <ul>
    <li><a href="">ChairsNotebook</a>
    </li>
    <li><a href="">QuickStart</a>
    </li>
    <li><a href="">WikiIndex</a>
    </li>
    </ul>

But under 3.02.6, it comes out as

    <ul>
    <li>[[ChairsNoteboo</li>
    <li>[[<a href="">QuickStart</a></li>
    <li>[[<a href="">WikiIndex</a></li>
    </ul>

Ken
_______________________________________________
emacs-wiki-discuss mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to