From: Water Lin <WaterLin@ymail.invalid>
To: help-gnu-emacs@gnu.org
Subject: The problem of Emacs Muse subdirectories
Date: Tue, 13 Oct 2009 16:56:40 +0800 [thread overview]
Message-ID: <83tyy34qpj.fsf@ymail.invalid> (raw)
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
reply other threads:[~2009-10-13 8:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83tyy34qpj.fsf@ymail.invalid \
--to=waterlin@ymail.invalid \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.