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

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

[emacs-wiki-discuss] Re: excluding day pages from publishing, and other


From: Michael Olson
Subject: [emacs-wiki-discuss] Re: excluding day pages from publishing, and other questions
Date: Tue, 18 Apr 2006 18:23:19 -0400
User-agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux)

David O'Toole <address@hidden> writes:

> I'd like to exclude certain Planner files in a project from being
> published to html. In particular, I would like to make a website out
> of just the plan pages, not the day pages. I also want to exclude
> certain private day pages (for example, HealthCare.muse).

Change your publishing rule for the particular entry of
`muse-project-alist' to be something like the following.  I should
document this.

 (:base "planner-html"
        :path "~/publishing-path/.../"
        :exclude "/\\([1-9][0-9][0-9][0-9]\\.[0-9]+\\.[0-9]+\\|private/\\)")

> Also, I can't seem to get it to publish a WikiIndex anymore. It used
> to do this automatically.

Make sure you have the following in the first part of the
muse-project-alist entry.

 :force-publish ("WikiIndex")

The WikiIndex.muse page also needs to exist, and have
<lisp>(muse-index-as-string t t)</lisp> in it.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Muse, Planner, ERC, EMMS
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Jabber: mwolson_at_hcoop.net

Attachment: pgp_QuCMCUSaG.pgp
Description: PGP signature


reply via email to

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