Hi,

Narrowing my muse-project-alist to planner pages, I have:


(setq muse-project-alist
      `(("Planner"
         ("~/Plans"
          :default "PlannerHome"
          :force-publish ("indexPlanner")
          :major-mode planner-mode
          :visit-link planner-visit-link)
         (:base "sl-plan-xhtml"
                :path "~/www/WebPlans"
                :exclude "[1-9][0-9][0-9][0-9]\\.[0-9]+\\.[0-9]+"))))


The :exclude entry avoids publishing day pages, and this is exactly what I
wanted.  However, I have the following in the indexPlanner page:


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


which includes all day pages, but of course they link to non-existent
pages in this case.  Is there some way to make muse-index-as-string aware
of my :exclude pattern?  Thanks in advance.


Cheers,

-- 
Seb


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

Reply via email to