Hi everyone Earlier this year, the method below was suggested for inserting files as-is into muse output. With the latest version, this does not work for me any longer (the inserted file is now marked up).
What is the current recommended way of achieving this? I have tried insert-file-contents, muse-insert-file-or-string and insert-literally. Regards Stefan On Fri, Jan 20, 2006 at 09:36:10PM -0500, Michael Olson wrote: > Stefan van der Walt <[EMAIL PROTECTED]> writes: > > > On Thu, Jan 12, 2006 at 06:21:24PM -0500, Michael Olson wrote: > >> Stefan van der Walt <[EMAIL PROTECTED]> writes: > >> > >> >> We'll eventually have an <include> tag, similar to the emacs-wiki > >> >> one, and it will allow you to specify whether or not to mark up the > >> >> inserted text. > >> > > >> > In the meantime, is there a kludge I can use to get this going? > >> > >> Which version/branch of Muse are you using? > > > > I am using the 3.02 Debian release of muse, and planner from 2006/01/03. > > The following might work. > > <lisp>(muse-with-temp-buffer > (insert-file-contents "path/to/included/file") > (buffer-substring (point-min) (point-max)))</lisp> _______________________________________________ emacs-wiki-discuss mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss
