all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* The problem of Emacs Muse subdirectories
@ 2009-10-13  8:56 Water Lin
  0 siblings, 0 replies; only message in thread
From: Water Lin @ 2009-10-13  8:56 UTC (permalink / raw)
  To: help-gnu-emacs


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-13  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-13  8:56 The problem of Emacs Muse subdirectories Water Lin

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.