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

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

[emacs-wiki-discuss] Re: New Muse tags: "include" and "markup"


From: Michael Olson
Subject: [emacs-wiki-discuss] Re: New Muse tags: "include" and "markup"
Date: Mon, 29 May 2006 18:58:10 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Michael Olson <address@hidden> writes:

> I've now implemented <include> and <markup> tags in Muse.  The
> documentation for both is included below.
>
> <include>: Include the named file at the current location during
> publishing.
>
>   <include file=\"...\">

Should be:

   <include file="...">

> Files are marked up according to the Muse publishing rules.  If
> you want no markup to be performed, either add
> <example>..</example> inside the source file or use the
> following invocation.
>
>   <include file=\"...\" markup=\"nil\">

   <include file="..." markup="nil">

> The `markup' attribute controls how this section is marked up. If
> non-nil, it should be the name of a function to call after
> inserting the file with the buffer narrowed to the section
> inserted.  Note that no further marking-up will be performed on
> this region.
>
> <markup>: Run an Emacs Lisp function on the region delimted by this
> tag.
>
>   <markup function=\"...\">

   <markup function="...">

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

Attachment: pgp90RwV4yXYC.pgp
Description: PGP signature


reply via email to

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