Le 26 octobre à 04:07:55 Michael Olson <[EMAIL PROTECTED]> écrit notamment:

| Jean Magnan de Bornier <[EMAIL PROTECTED]> writes:
>
| > I have tried to define header, footer, extension on a per project basis,
| > but have not succeeded until now; here is what I wrote in .emacs (last 3
| > lines):
| >
| > (setq muse-project-alist
| >       '(("Papiers" 
| >      ("~/Papiers" :default "nouveau")
| >      (:base "html" :path "~/Papiers/html")
| >      (:base "latex" :path "~/Papiers/latex")
| >      (:base "pdf" :path "~/Papiers/latex"))
| >     ("blog" ; ou site univ
| >      ("~/journal" :default "index")
| >      (:base "journal-html" :path "~/journal/bloc-notes")
| >      (:base "journal-rdf" :path "~/journal/bloc-notes"))
| >     (setq muse-html-header "~/.muse/bloc/haut")
| >     (setq muse-html-footer "~/.muse/bloc/bas")
| >     (setq muse-html-extension ".php")
| > )) 
| >
| > My emacs accepts to read the .emacs file but is not happy when I C-c C-p
| > to publish the project:
| >
| > Wrong type argument: listp, muse-html-header
>
| Try this.  Hmm, I should improve the "Projects" chapter of the Muse
| manual to mention these things.
>
| (setq muse-project-alist
|       '(("Papiers"
|          ("~/Papiers" :default "nouveau")
|          (:base "html" :path "~/Papiers/html")
|          (:base "latex" :path "~/Papiers/latex")
|          (:base "pdf" :path "~/Papiers/latex"))
|         ("blog" ; ou site univ
|          ("~/journal" :default "index"
|           :set (muse-html-header "~/.muse/bloc/haut"
|                 muse-html-footer "~/.muse/bloc/bas"
|                 muse-html-extension ".php"))
|          (:base "journal-html" :path "~/journal/bloc-notes")
|          (:base "journal-rdf" :path "~/journal/bloc-notes"))
|         ))

Thanks, but it's not working... no error message but C-t C-p uses the
default values.

cheers,
-- 
  Jean Magnan de Bornier             |        Cours Victor Hugo
  e-mots: jean at bornier.net        |        13980 Alleins   France
  T 08 70 39 34 03                   |        P 06 09 17 35 87

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

Reply via email to