From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Water Lin Newsgroups: gmane.emacs.help Subject: The problem of Emacs Muse subdirectories Date: Tue, 13 Oct 2009 16:56:40 +0800 Organization: A poorly-installed InterNetNews site Message-ID: <83tyy34qpj.fsf@ymail.invalid> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1255507269 22296 80.91.229.12 (14 Oct 2009 08:01:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 Oct 2009 08:01:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 14 10:00:57 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mxyn2-0002JE-Ba for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Oct 2009 10:00:56 +0200 Original-Received: from localhost ([127.0.0.1]:38652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mxyn1-0006iY-Kx for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Oct 2009 04:00:55 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!newsfeed.berkeley.edu!ucberkeley!newsgate.cuhk.edu.hk!www.shinco.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: 59.37.5.24 Original-X-Trace: www.shinco.com 1255424201 6391 59.37.5.24 (13 Oct 2009 08:56:41 GMT) Original-X-Complaints-To: news@www.shinco.com Original-NNTP-Posting-Date: Tue, 13 Oct 2009 08:56:41 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:+cvo0FkSCvrj8yGIkxDF+n+OuDo= Original-Xref: news.stanford.edu gnu.emacs.help:173826 X-Mailman-Approved-At: Wed, 14 Oct 2009 03:57:00 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68945 Archived-At: According to examples in Emacs Muse package, I write following code to set my Muse project and make it publish subdirectories: -------------- (setq muse-project-alist `( ("TechWiki" (,@(muse-project-alist-dirs "~/public_html/MyWiki/wiki") :default "index") ;; Publish this directory and its subdirectories. Arguments ;; are as follows. The above `muse-project-alist-dirs' part ;; is also needed. ;; 1. Source directory ;; 2. Output directory ;; 3. Publishing style ;; remainder: Other things to put in every generated style ,@(muse-project-alist-styles "~/MyWebs/MyWiki/wiki" "~/public_html/MyWiki/wiki" "TechWiki")))) -------------------------------------------- But when using C-c C-p to publish the project, Emacs reminds me following warning: ------------------ No pages in TechWiki need publishing at this time. ------------------ I don't know why. I also set the style "TechWiki". I think there is a minor mistake in my config file. Thanks Water Lin -- Water Lin's notes and pencils: http://en.waterlin.org Email: WaterLin@ymail.com