emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] Having trouble in publishing projects in Muse


From: Evan
Subject: [emacs-wiki-discuss] Having trouble in publishing projects in Muse
Date: Fri, 25 Nov 2005 11:16:30 +0800

Hi all, I'm a newbie in Muse.

Followed the Muse manual, I installed Muse and added the following
lines to the file ".emacs"

(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/muse")
(require 'muse-mode)     ; load authoring mode
(require 'muse-html)     ; load publishing styles I use
(require 'muse-latex)
(require 'muse-texinfo)
(require 'muse-docbook)
(require 'muse-project)
(setq muse-project-alist
'(("website"                    ; my various writings
        ("~/Pages" :default "index")
        (:base "html" :path "~/public_html")
        (:base "pdf" :path "~/public_html/pdf"))))

I now find I can publish files one by one, but cannot publish my
project. Muse always tells me that "No pages in website need
publishing at this time" when I try to publish my project. There are
sure files need publishing and the files in the directory "~/Pages"
are world readable.

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]