Hello, 
I think there is an example of something like that in the 'examples'
directory of the muse distribution. 
This is something like:

(setq muse-project-alist
      `(
        ;; oqube blog - unrestricted access
        ;; sources are kept in separate tree from main site 
        ("oqube-journal"        
         (,@(muse-project-alist-dirs "~/projets/site-oqube/src/journal") 
:default "journal")
         ,@(muse-project-alist-styles "~/projets/site-oqube/src/journal"
                                      "~/projets/site-oqube/target/site/journal"
                                      "oqube-journal-html")
         ;; (:base "journal-rdf" :path "~/projets/site-oqube/journal/")
         )
))

HTH
-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com


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

Reply via email to