Appologies if I'm being exceptionally dense, but I am completely
unable to get muse to publish files from multiple directories into the
equivalent directories elsewhere.

I'm using muse version 3.02.92, updated daily.

I have files in "~/sites/data" and "~/sites/data/journal" that I want
published to "~/sites/new" and "~/sites/new/journal".  I have tried
umpteen variations of what's in the example files, but the best I can
get is that ~/sites/data/file1.muse and
~/sites/data/journal/yyyy.mm.dd.muse end us as file1.html and
yyyy.mm.dd.html in "~/sites/new".

Copy and paste the muse/examples/mwolson/muse-init.el section into my
planner init and changing the path names resulted in "No pages in
Website need publishing at this time."

This is the most minimal section I've tried and I still cannot get it
to work. "No pages in Website need publishing at this time."

(setq muse-project-alist
     `(
        ("website"
         ("~/sites/data/" "~/sites/data/journal/"
          :default "index")
         (:base "my-xhtml"
                :include "/data/[^/]+"
                :path "~/sites/new")
         (:base "my-xhtml"
                :include "/journal/[^/]+"
                :path "~/sites/new/journal")
        )

Is it possible to use muse to publish files from an arbitrary
directory structure into the _same_ directory structure, without
having to manually specifiy every directory?  If so, can someone
please point me at some instructions for this.

thanks,
 Adrian

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

Reply via email to