frank paulsen <[EMAIL PROTECTED]> writes:

> i just migrated vom planner-wiki to planner-muse. 
>
> what i am missing ist the former page 'WikiIndex' in the published
> directory.
>
> (setq muse-project-alist
>       '(("WikiPlanner"
>          ("~/Plans"          
>           :default "TaskPool"
>           :major-mode planner-mode
>           :visit-link planner-visit-link)
>
>          (:base "planner-html"
>>                :force-publish ("PlannerIndex")
>                 :path "~/www/Plans"))
>
>         ("droppings" 
>          ("~/droppings" :default "index")
>          (:base "html"  :path "~/www/droppings")
>          (:base "pdf"   :path "~/www/droppings/pdf"))
>         ))
>
> i added the '>' marked line, but it didn't work out :)

You need to create the PlannerIndex.muse page (or PlannerIndex, if
you've disabled the .muse file extension).  Here's an example of what
to put in it:

_____
#title Index

<lisp>(muse-index-as-string t t t)</lisp>
_____

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
 |_] | \| |_| Reclaim your digital rights by eliminating DRM.
      See http://www.defectivebydesign.org/what_is_drm for details.

Attachment: pgp1AH3GmPWpL.pgp
Description: PGP signature

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

Reply via email to